1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-31 05:04:23 +03:00

Rename SlowLog to SlowLogGet

This commit is contained in:
Vladimir Mihailenco
2020-09-09 17:42:05 +03:00
parent 457cdea58f
commit 690d9a94f3
5 changed files with 5 additions and 18 deletions

View File

@ -104,9 +104,6 @@ type Options struct {
// Enables read only queries on slave nodes.
readOnly bool
// Enables read only queries on redis replicas in sentinel mode
sentinelReadOnly bool
// TLS Config to use. When set TLS will be negotiated.
TLSConfig *tls.Config