haxorqt
Home
Console
Upload
information
Create File
Create Folder
About
:
/
opt
/
redis-7
/
src
/
commands
/
Filename :
select.json
back
Copy
{ "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" } ] } }