提交 af9aed25 编写于 作者: A antirez

ZINTERSTORE regressiont test with two sets, intset+hashtable

上级 6b52ad87
......@@ -460,6 +460,13 @@ start_server {tags {"zset"}} {
basics ziplist
basics skiplist
test {ZINTERSTORE regression with two sets, intset+hashtable} {
r del seta setb setc
r sadd set1 a
r sadd set2 10
r zinterstore set3 2 set1 set2
} {0}
proc stressers {encoding} {
if {$encoding == "ziplist"} {
# Little extra to allow proper fuzzing in the sorting stresser
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册