We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e62846 commit b865950Copy full SHA for b865950
example/pubsub/main.go
@@ -19,9 +19,9 @@ var ctx = context.Background()
19
func main() {
20
wg := &sync.WaitGroup{}
21
rdb := redis.NewClient(&redis.Options{
22
- Addr: ":6379",
+ Addr: ":6379",
23
HitlessUpgradeConfig: &redis.HitlessUpgradeConfig{
24
- Enabled: hitless.MaintNotificationsEnabled,
+ Mode: hitless.MaintNotificationsEnabled,
25
},
26
})
27
_ = rdb.FlushDB(ctx).Err()
0 commit comments