We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
create a JedisCluster instance and only use ClusterPipeline
the slot cache would refresh automatically when cluster node changing (Scale-out or Scale-in)
the slot cache do not refresh automatically when cluster node changing (Scale-out or Scale-in)
The text was updated successfully, but these errors were encountered:
the root cause for this is that when pipeline do not refresh slot cache when getting JedisMovedDataException
I submit a pr for this: #3699
Sorry, something went wrong.
No branches or pull requests
Expected behavior
create a JedisCluster instance and only use ClusterPipeline
the slot cache would refresh automatically when cluster node changing (Scale-out or Scale-in)
Actual behavior
the slot cache do not refresh automatically when cluster node changing (Scale-out or Scale-in)
Steps to reproduce:
Redis / Jedis Configuration
Jedis version:
Redis version:
Java version:
The text was updated successfully, but these errors were encountered: