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
40b692e8
Commit
40b692e8
authored
Mar 27, 2013
by
antirez
Browse files
Test: Restore DB back to 9 after testing MULTI/EXEC with DB 5.
parent
7572dc47
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unit/multi.tcl
View file @
40b692e8
...
@@ -205,7 +205,10 @@ start_server {tags {"multi"}} {
...
@@ -205,7 +205,10 @@ start_server {tags {"multi"}} {
r select 5
r select 5
r multi
r multi
r ping
r ping
r exec
set res
[
r exec
]
# Restore original DB
r select 9
set res
}
{
PONG
}
}
{
PONG
}
test
{
WATCH will consider touched keys target of EXPIRE
}
{
test
{
WATCH will consider touched keys target of EXPIRE
}
{
...
...
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