github.com/go-redis/redis/v8.sentinelFailover.onUpdate (field)

6 uses

	github.com/go-redis/redis/v8 (current package)
		sentinel.go#L401: 	onUpdate   func(ctx context.Context)
		sentinel.go#L648: 	if c.onUpdate != nil {
		sentinel.go#L649: 		c.onUpdate(ctx)
		sentinel.go#L664: 		if c.onUpdate != nil {
		sentinel.go#L665: 			c.onUpdate(ctx)
		sentinel.go#L725: 	failover.onUpdate = func(ctx context.Context) {