Commit 5521fa6a authored by antirez's avatar antirez
Browse files

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

parent 812ecc8b
......@@ -119,4 +119,11 @@ tags {"aof"} {
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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment