Replies: 1 comment
-
Yes, it should support. Does your server require TLS? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm having trouble connecting to a redis cache using
rueidis.NewClient(...)
. The cache in question is running on redis 5.0.6 and does not have cluster mode nor authentication enabled.My initialization looks like the following:
I am able to connect to the cache using both
redis-cli
and another redis client library. Doesrueidis
support redis caches without authentication? I have been able to use it for clustered caches that have authentication.Beta Was this translation helpful? Give feedback.
All reactions