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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Suggest to add support for using from_url to connect to a Redis Cluster e.g AWS Elasticache
from_url
Use case: Users want to connect the redis cluster with username, password and host. They do not have to know each node host of the cluster.
Ref: https://redis-py.readthedocs.io/en/stable/clustering.html
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Suggest to add support for using
from_url
to connect to a Redis Cluster e.g AWS ElasticacheUse case:
Users want to connect the redis cluster with username, password and host. They do not have to know each node host of the cluster.
Ref: https://redis-py.readthedocs.io/en/stable/clustering.html
The text was updated successfully, but these errors were encountered: