Commit 40b692e8 authored by antirez's avatar antirez
Browse files

Test: Restore DB back to 9 after testing MULTI/EXEC with DB 5.

parent 7572dc47
...@@ -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} {
......
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