mirror of
https://github.com/fluencelabs/redis
synced 2025-03-23 19:10:51 +00:00
6 lines
122 B
Tcl
6 lines
122 B
Tcl
|
start_server {tags {"acl"}} {
|
||
|
test {Connections start with the default user} {
|
||
|
r ACL WHOAMI
|
||
|
} {default}
|
||
|
}
|