1
0
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:
Nedyalko Dyakov
2025-04-22 21:00:48 +03:00
parent 420c4fbfd6
commit 5fac913204
4 changed files with 12 additions and 27 deletions

View File

@ -309,7 +309,6 @@ func masterReplicaDialer(
// SentinelClient is a client for a Redis Sentinel.
type SentinelClient struct {
*baseClient
hooksMixin
}
func NewSentinelClient(opt *Options) *SentinelClient {