mirror of
https://github.com/HDT3213/godis.git
synced 2025-10-04 16:32:41 +08:00
optimize set inter,union,diff
This commit is contained in:
@@ -106,7 +106,7 @@ func TestSInter(t *testing.T) {
|
||||
keys := make([]string, 0)
|
||||
start := 0
|
||||
for i := 0; i < 4; i++ {
|
||||
key := utils.RandString(10)
|
||||
key := utils.RandString(10) + strconv.Itoa(i)
|
||||
keys = append(keys, key)
|
||||
for j := start; j < size+start; j++ {
|
||||
member := strconv.Itoa(j)
|
||||
|
Reference in New Issue
Block a user