MCPcopy
hub / github.com/redis/go-redis / newClusterClientUnstable

Method newClusterClientUnstable

osscluster_test.go:57–60  ·  view source on GitHub ↗
(opt *redis.ClusterOptions)

Source from the content-addressed store, hash-verified

55}
56
57func (s *clusterScenario) newClusterClientUnstable(opt *redis.ClusterOptions) *redis.ClusterClient {
58 opt.Addrs = s.addrs()
59 return redis.NewClusterClient(opt)
60}
61
62func (s *clusterScenario) newClusterClient(
63 ctx context.Context, opt *redis.ClusterOptions,

Callers 2

newClusterClientMethod · 0.95
osscluster_test.goFile · 0.80

Calls 1

addrsMethod · 0.95

Tested by

no test coverage detected