mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
gofumports
This commit is contained in:
@ -50,7 +50,6 @@ func (s *clusterScenario) addrs() []string {
|
||||
func (s *clusterScenario) newClusterClientUnsafe(opt *redis.ClusterOptions) *redis.ClusterClient {
|
||||
opt.Addrs = s.addrs()
|
||||
return redis.NewClusterClient(opt)
|
||||
|
||||
}
|
||||
|
||||
func (s *clusterScenario) newClusterClient(
|
||||
|
Reference in New Issue
Block a user