Replies: 1 comment
-
https://github.com/lettuce-io/lettuce-core/wiki/Redis-Cluster#command-routing is a good source to start. Other than that, there's no real magic involved, just sending commands to the right cluster node. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question: Want to know how lettuce executes commands in a Redis cluster environment? Is there a detailed technical documentation for this? I didn't find a detailed explanation in the wiki. Our team plans to use lettuce as a Redis client, so I want to know more about its features
Beta Was this translation helpful? Give feedback.
All reactions