📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 11:55:13
📂
/ (Root)
/
opt
/
redis-8
/
src
/
commands
📍 /opt/redis-8/src/commands
🔄 Refresh
✏️
Editing: select.json
Read Only
{ "SELECT": { "summary": "Changes the selected database.", "complexity": "O(1)", "group": "connection", "since": "1.0.0", "arity": 2, "function": "selectCommand", "command_flags": [ "LOADING", "STALE", "FAST" ], "acl_categories": [ "CONNECTION" ], "reply_schema": { "const": "OK" }, "arguments": [ { "name": "index", "type": "integer" } ] } }
💾 Save Changes
❌ Cancel