- Usage:
ACL WHOAMI
- Complexity:
- O(1)
- Since:
- 6.0.0
Return the username the current connection is authenticated with.
New connections are authenticated with the “default” user. They
can change user using AUTH
.
Examples
> ACL WHOAMI
"default"
ACL WHOAMI
Return the username the current connection is authenticated with.
New connections are authenticated with the “default” user. They
can change user using AUTH
.
> ACL WHOAMI
"default"