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

Redis connection #22

Open
smlbiobot opened this issue Sep 6, 2021 · 0 comments
Open

Redis connection #22

smlbiobot opened this issue Sep 6, 2021 · 0 comments

Comments

@smlbiobot
Copy link

How do you write a Redis connection with authentication? I’ve tried many variations and they don’t work:

f'redis://{redis_host}:{redis_port}'
f'redis://{redis_password}@{redis_host}:{redis_port}'
f'redis://default:{redis_password}@{redis_host}:{redis_port}'

Have you considered using aioredis instead? using the blocking library somewhat defeat the purpose…

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