You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NewFailoverClient seems to not support TLS, a tcpdump shows plaintext auth.
Expected Behavior
It should PING the Redis server.
Current Behavior
$ go run .
redis: 2021/04/20 10:11:24 sentinel.go:682: sentinel: discovered new sentinel="r1.example.org:26379" for master="master"
redis: 2021/04/20 10:11:24 sentinel.go:643: sentinel: new master="master" addr="r0.example.org:6379"
panic: read: connection reset by peer
NewFailoverClient
seems to not support TLS, a tcpdump shows plaintext auth.Expected Behavior
It should PING the Redis server.
Current Behavior
Steps to Reproduce
Context (Environment)
github.com/go-redis/redis/v8 v8.8.2
redis_version:6.2.1
Detailed Description
Possible Implementation
The text was updated successfully, but these errors were encountered: