Return the username the current connection is authenticated with. New connections are authenticated with the "default" user. They can change user using AUTH. *返回值 多行字符串: the username of the current connection. *例子 > ACL WHOAMI "default" 可用版本>= 6.0.0. 时间复杂度: O(1)