-
Notifications
You must be signed in to change notification settings - Fork 142
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
support redis3 cluster how? #35
Comments
I'm using Redis Cluster also. |
These clients don't have support for Cluster redirection or plentitude of other things that need to be implemented for full Redis cluster support:
Redis Cluster is not some magical thing that happens automatically. A lot of Redis cluster support actually needs to be done on client. Please check these also: Bad thing about Redis cluster support is that probably all the clients end up doing it differently. You are welcomed to contribute cluster support for any of the OpenResty libs. |
Also check other options like Codis and Twemproxy. Redis Cluster doesn't support all the Redis features, like pipelines for example. |
Hello, This module still not having clustering support?. We have an high load webpage and I think that redis single nodes are not enough. Best Regards |
Hi! I am also wondering if it's not supported yet? Thanks @bungle |
When can we get cluster support @bungle ? |
There is Redis cluster client for Lua (which can be used with OpenResty): And there is one for Sentinels: |
test message:
"MOVED 12182 127.0.0.1:6979"
The text was updated successfully, but these errors were encountered: