mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
wip, hooks refactor
This commit is contained in:
@ -309,7 +309,6 @@ func masterReplicaDialer(
|
||||
// SentinelClient is a client for a Redis Sentinel.
|
||||
type SentinelClient struct {
|
||||
*baseClient
|
||||
hooksMixin
|
||||
}
|
||||
|
||||
func NewSentinelClient(opt *Options) *SentinelClient {
|
||||
|
Reference in New Issue
Block a user