1
0
mirror of https://github.com/fluencelabs/redis synced 2025-03-18 08:30:51 +00:00

Test: dump.tcl fixed for RESTORE new error msg.

This commit is contained in:
antirez 2014-05-22 15:56:17 +02:00
parent 762b1ae2be
commit 17b05afda9

@ -31,7 +31,7 @@ start_server {tags {"dump"}} {
set e {} set e {}
catch {r restore foo 0 "..."} e catch {r restore foo 0 "..."} e
set e set e
} {*is busy*} } {*BUSYKEY*}
test {RESTORE can overwrite an existing key with REPLACE} { test {RESTORE can overwrite an existing key with REPLACE} {
r set foo bar1 r set foo bar1