Return the username the current connection is authenticated with.
New connections are authenticated with the "default" user. They
can change user using AUTH.
Examples
127.0.0.1:6379> ACL WHOAMI
"default"
Returns the authenticated username of the current connection.
Return the username the current connection is authenticated with.
New connections are authenticated with the "default" user. They
can change user using AUTH.
127.0.0.1:6379> ACL WHOAMI
"default"
Bulk string reply: the username of the current connection.
Bulk string reply: the username of the current connection.