mirror of
https://github.com/fluencelabs/redis
synced 2025-03-30 22:31:03 +00:00
Test: Restore DB back to 9 after testing MULTI/EXEC with DB 5.
This commit is contained in:
parent
7572dc47da
commit
40b692e822
@ -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} {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user