MCPcopy
hub / github.com/CodisLabs/codis / ExtraIncrTestCase

Struct ExtraIncrTestCase

extern/deprecated/redis-test/extra_incr.go:14–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type ExtraIncrTestCase struct {
15 proxy string
16 master1 string
17 slave1 string
18 master2 string
19 slave2 string
20 group int
21 round int
22 nkeys int
23 ntags int
24}
25
26func init() {
27 testcase = &ExtraIncrTestCase{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected