Mike Kadin
Results
1
comments of
Mike Kadin
Just simulated this to try and see if using `ReloadState` would help, it does not. Here's what I ran: ```go // create cluster client client := redis.NewClusterClient(&redis.ClusterOptions{ Addrs: sliceOfFourURLsToRedisClusterNodes, //...