changed how server.tcl accepts options to support more directives without requiring more arguments to the proc

This commit is contained in:
Pieter Noordhuis
2010-06-02 22:23:52 +02:00
parent 38273a9ed6
commit 9e5d2e8bd6
14 changed files with 30 additions and 19 deletions

View File

@ -1,4 +1,4 @@
start_server default.conf {} {
start_server {} {
test {DEL all keys to start with a clean DB} {
foreach key [r keys *] {r del $key}
r dbsize