mirror of
https://github.com/fluencelabs/redis
synced 2025-03-22 18:40:50 +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}
|
|
}
|