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

Method slots

osscluster_test.go:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func (s *clusterScenario) slots() []int {
30 return []int{0, 5461, 10923, 16384}
31}
32
33func (s *clusterScenario) masters() []*redis.Client {
34 result := make([]*redis.Client, 3)

Callers 1

configureClusterTopologyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected