提交 eb624e34 编写于 作者: A antirez

Test SINTER with non existing key.

上级 ff5e31f7
......@@ -216,6 +216,13 @@ start_server {
assert_error "ERR*wrong kind*" {r sunion key1 noset}
}
test "SINTER should handle non existing key as empty" {
r del set1 set2 set3
r sadd set1 a b c
r sadd set2 b c d
r sinter set1 set2 set3
} {}
test "SINTERSTORE against non existing keys should delete dstkey" {
r set setres xxx
assert_equal 0 [r sinterstore setres foo111 bar222]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册