Is there a way to connect using connection strings/ability to use flags while connecting #46
Unanswered
shivamstaq
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi! Have you tried using command AUTH I am not sure, following will work as intended as I dont have test environment here, but you can start with something like.
Let me know if this works for you or how you see this library can be improved for this. Make sure that 'addr' is address (something you can ping) not uri staring with redis:// . In case of uri, you should parse string and extract address and port depending on your syntax |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I am trying to use Redis deployed in the cloud. I could not find a way to supply the password that comes with the deployment.
Either a way to be able to connect using username/password that may be active, or just the ability to connect using a redis:// connection string. If it's not there, are there any plans to add it?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions