mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 16:51:22 +00:00
changed how server.tcl accepts options to support more directives without requiring more arguments to the proc
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user