projects
/
redis.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
SCRIPT command for introspection and control of the scripting environment.
[redis.git]
/
tests
/
unit
/
other.tcl
diff --git
a/tests/unit/other.tcl
b/tests/unit/other.tcl
index 8eebdc6348eb66547e944d20868915b1ea40f9b8..702c291f9a504e832b68ac50f3385e6afa9df021 100644
(file)
--- a/
tests/unit/other.tcl
+++ b/
tests/unit/other.tcl
@@
-247,6
+247,7
@@
start_server {tags {"other"}} {
} {0 0}
test {Perform a final SAVE to leave a clean DB on disk} {
+ waitForBgsave r
r save
} {OK}
}