Skip to content

Conversation

clue
Copy link
Owner

@clue clue commented Sep 19, 2017

The MONITOR command is kind of special command that does not follow Redis' Request-Response-semantics otherwise. Its use cases are limited as it is known to have a significant(!) impact on both the server side and client side.

Support for the MONITOR command has originally been added via #23 in v0.5.0. This PR simply removes support for this command again, which makes the interface more consistent.

The command will now reject with the message "MONITOR command explicitly not supported".

Builds on top of #62

@clue clue added this to the v2.0.0 milestone Sep 19, 2017
@clue clue merged commit aa41eb9 into clue:master Sep 19, 2017
@clue clue deleted the monitor branch September 19, 2017 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant