Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
5521fa6a
Commit
5521fa6a
authored
Jul 08, 2011
by
antirez
Browse files
Test for regression about: Redis should not try to convert DEL into EXPIREAT for EXPIRE -1
parent
812ecc8b
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/integration/aof.tcl
View file @
5521fa6a
...
...
@@ -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
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment