提交 d3473481 编写于 作者: A antirez

Issue #330 regression test.

上级 a400a9b2
......@@ -318,6 +318,14 @@ start_server {tags {"hash"}} {
lappend rv [string match "ERR*not an integer*" $bigerr]
} {1 1}
test {HINCRBY can detect overflows} {
set e {}
r hset hash n -9223372036854775484
assert {[r hincrby hash n -1] == -9223372036854775485}
catch {r hincrby hash n -10000} e
set e
} {*overflow*}
test {HINCRBYFLOAT against non existing database key} {
r del htest
list [r hincrbyfloat htest foo 2.5]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册