Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
29
func
(s *clusterScenario) slots() []int {
30
return
[]int{0, 5461, 10923, 16384}
31
}
32
33
func
(s *clusterScenario) masters() []*redis.Client {
34
result := make([]*redis.Client, 3)
Callers
1
configureClusterTopology
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected