------------------------------------------------------------------------------
()
| 491 | //------------------------------------------------------------------------------ |
| 492 | |
| 493 | func newClusterScenario() *clusterScenario { |
| 494 | return &clusterScenario{ |
| 495 | ports: []string{"16600", "16601", "16602", "16603", "16604", "16605"}, |
| 496 | nodeIDs: make([]string, 6), |
| 497 | clients: make(map[string]*redis.Client, 6), |
| 498 | } |
| 499 | } |
| 500 | |
| 501 | var clusterBench *clusterScenario |
| 502 |
no outgoing calls
no test coverage detected