提交 5521fa6a 编写于 作者: A antirez

Test for regression about: Redis should not try to convert DEL into EXPIREAT for EXPIRE -1

上级 812ecc8b
...@@ -119,4 +119,11 @@ tags {"aof"} { ...@@ -119,4 +119,11 @@ tags {"aof"} {
assert_equal 0 [$client llen list] assert_equal 0 [$client llen list]
} }
} }
start_server {overrides {appendonly {yes} appendfilename {appendonly.aof}}} {
test {Redis should not try to convert DEL into EXPIREAT for EXPIRE -1} {
r set x 10
r expire x -1
}
}
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册