📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 12:13:18
📂
/ (Root)
/
opt
/
redis-8
/
src
/
commands
📍 /opt/redis-8/src/commands
🔄 Refresh
✏️
Editing: client-getname.json
Read Only
{ "GETNAME": { "summary": "Returns the name of the connection.", "complexity": "O(1)", "group": "connection", "since": "2.6.9", "arity": 2, "container": "CLIENT", "function": "clientCommand", "command_flags": [ "NOSCRIPT", "LOADING", "STALE", "SENTINEL" ], "acl_categories": [ "CONNECTION" ], "reply_schema": { "oneOf": [ { "type": "string", "description": "The connection name of the current connection" }, { "type": "null", "description": "Connection name was not set" } ] } } }
💾 Save Changes
❌ Cancel