mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Test: Restore DB back to 9 after testing MULTI/EXEC with DB 5.
This commit is contained in:
@@ -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} {
|
||||
|
||||
Reference in New Issue
Block a user