mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 00:31:21 +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 {{requirepass foobar}} {
|
||||
start_server {overrides {requirepass foobar}} {
|
||||
test {AUTH fails when a wrong password is given} {
|
||||
catch {r auth wrong!} err
|
||||
format $err
|
||||
|
Reference in New Issue
Block a user