{ "WHOAMI": { "summary": "Returns the authenticated username of the current connection.", "complexity": "O(1)", "group": "server", "since": "6.0.0", "arity": 2, "container": "ACL", "function": "aclCommand", "command_flags": [ "NOSCRIPT", "LOADING", "STALE", "SENTINEL" ], "reply_schema": { "type": "string", "description": "The username of the current connection." } } }