-
Notifications
You must be signed in to change notification settings - Fork 245
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 redis cluster mode? #54
Comments
@Jaskey What did you end up doing? I might take a stab at implementing a Redis cluster implementation. |
JedisCluster currently lacks a pipeline, and getting one in does not look too promising: redis/jedis#1455 |
I think Ima make this into a PR:
|
There is support for cluster pipeline: https://github.com/redis/jedis/blob/master/src/main/java/redis/clients/jedis/ClusterPipeline.java |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In production, we probably use cluster mode , but for now, OBF does not support this
The text was updated successfully, but these errors were encountered: