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

support valkey compatible behaviour for both cluster shards/nodes #4741

Open
adiholden opened this issue Mar 10, 2025 · 0 comments
Open

support valkey compatible behaviour for both cluster shards/nodes #4741

adiholden opened this issue Mar 10, 2025 · 0 comments

Comments

@adiholden
Copy link
Collaborator

cluster client apis:
cluster shards returns the status of replica nodes
cluster slots does not return a replica if it did not finished loading

To support this changes we need the following changes:

  1. add to cluster config change to add replica state
  2. cluster manager update the replica state on the config command, it should pull the state from the replica and once it updated it should run the cluster config command
  3. update the responce for the cluster shards/ cluster slots/ cluster nodes commands
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant