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

Add Redis cluster utilities #466

Merged
merged 1 commit into from
Aug 15, 2024
Merged

Conversation

Ladicek
Copy link
Contributor

@Ladicek Ladicek commented Aug 15, 2024

The RedisCluster interface exposes several useful operations that only make sense in the context of a cluster:

  • run a command against all nodes in the cluster
  • run a command against all master nodes in the cluster
  • group commands such that each group is guaranteed to be executed on the same node

Fixes #450
Closes #418

The `RedisCluster` interface exposes several useful operations that only
make sense in the context of a cluster:

- run a command against all nodes in the cluster
- run a command against all _master_ nodes in the cluster
- group commands such that each group is guaranteed to be executed
  on the same node
@Ladicek Ladicek added this to the 5.0.0 milestone Aug 15, 2024
@Ladicek Ladicek merged commit 193b747 into vert-x3:master Aug 15, 2024
4 checks passed
@Ladicek Ladicek deleted the redis-cluster-utils branch August 15, 2024 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Expose Cluster API for determining Correct Node for Key based on Slot
1 participant