Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove support for MONITOR command for performance and consistency reasons #63

Merged
merged 1 commit into from
Sep 19, 2017

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