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

This commit is contained in:
antirez
2013-03-27 12:05:19 +01:00
parent 7009ff98b8
commit 61b1d6da18
+4 -1
View File
@@ -205,7 +205,10 @@ start_server {tags {"multi"}} {
r select 5
r multi
r ping
r exec
set res [r exec]
# Restore original DB
r select 9
set res
} {PONG}
test {WATCH will consider touched keys target of EXPIRE} {