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
Current config does not appear to allow me to define SENTINEL_KWARGS where I can specify a sentinel password for sentinel authentication.
SENTINEL_KWARGS
This appears to be a limitation with the current version of airoredis as support was added in 2.0: aio-libs-abandoned/aioredis-py#690
airoredis
The text was updated successfully, but these errors were encountered:
Yep, this is a duplicate of #285
Sorry, something went wrong.
@carltongibson can we reopen this since it's no longer related to #285?
I think we can put sentinel_kwargs here and it should just work:
channels_redis/channels_redis/core.py
Line 138 in d946ce2
@andriilahuta OK, yep. If you want an open a PR with tests for that we can have a look. Thanks. 👍
Successfully merging a pull request may close this issue.
Current config does not appear to allow me to define
SENTINEL_KWARGS
where I can specify a sentinel password for sentinel authentication.This appears to be a limitation with the current version of
airoredis
as support was added in 2.0: aio-libs-abandoned/aioredis-py#690The text was updated successfully, but these errors were encountered: