mirror of
https://github.com/redis/go-redis.git
synced 2025-06-12 14:21:52 +03:00
Add Sentinel RouteBy
This commit is contained in:
@ -114,10 +114,7 @@ func ExampleNewClusterClient_manualSetup() {
|
||||
|
||||
// ReloadState reloads cluster state. It calls ClusterSlots func
|
||||
// to get cluster slots information.
|
||||
err := rdb.ReloadState(ctx)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
rdb.ReloadState(ctx)
|
||||
}
|
||||
|
||||
func ExampleNewRing() {
|
||||
|
Reference in New Issue
Block a user