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

RedisCluster Lazy initialization #3311

Open
CfirTsabari opened this issue Jul 10, 2024 · 0 comments
Open

RedisCluster Lazy initialization #3311

CfirTsabari opened this issue Jul 10, 2024 · 0 comments

Comments

@CfirTsabari
Copy link

Version: Latest

Platform: Not relevnat

Description:
Using the RedisCluster class when the Redis cluster isn't available will result in an exception; that's happens because the NodesManager initialization function connects to all nodes in the cluster.
Can we extend this class to allow a lazy initialization that will only create the nodes upon first usage?
if yes i will followup with a PR.

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