We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I understand why subscribe can not be supported, but publish is not blocking and I can not see why not this is a supported Redis command.
If Twemproxy support publish we could have non-Twemproxy connectors to Redis with blocking subscribe listener.
The text was updated successfully, but these errors were encountered:
@berrg There is a problem, which redis node do you subscribe?
Sorry, something went wrong.
You can e.g. listen with subscribe on all the nodes, or duplicate the sharding logic from twemproxy.
How to implement the subscribe logic is up to the external script/code since subscribe is still an unsupported twemproxy command.
#557
There is a pull request for it.
No branches or pull requests
I understand why subscribe can not be supported, but publish is not blocking and I can not see why not this is a supported Redis command.
If Twemproxy support publish we could have non-Twemproxy connectors to Redis with blocking subscribe listener.
The text was updated successfully, but these errors were encountered: