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 f7b8ff227a
commit c80ba69173
13 changed files with 29 additions and 18 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