This repository was archived by the owner on Feb 21, 2023. It is now read-only.
Unable to create a connection for an Azure Redis service. Connection works with redis-py #1187
Unanswered
PyDataBlog
asked this question in
Q&A
Replies: 2 comments 7 replies
-
You can try changing connection string to |
Beta Was this translation helpful? Give feedback.
6 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I am trying to switch from the official redis python package to this package.
I currently connect using the official package with:
I am currently getting a connection reset by peer when trying to replicate this with
aioredis
:Am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions