Skip to content

Commit

Permalink
Test for regression about: Redis should not try to convert DEL into E…
Browse files Browse the repository at this point in the history
…XPIREAT for EXPIRE -1
  • Loading branch information
antirez committed Jul 8, 2011
1 parent 812ecc8 commit 5521fa6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/integration/aof.tcl
Expand Up @@ -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
}
}
}

0 comments on commit 5521fa6

Please sign in to comment.