haxorqt
Home
Console
Upload
information
Create File
Create Folder
About
:
/
opt
/
redis-7
/
src
/
commands
/
Filename :
unwatch.json
back
Copy
{ "UNWATCH": { "summary": "Forgets about watched keys of a transaction.", "complexity": "O(1)", "group": "transactions", "since": "2.2.0", "arity": 1, "function": "unwatchCommand", "command_flags": [ "NOSCRIPT", "LOADING", "STALE", "FAST", "ALLOW_BUSY" ], "acl_categories": [ "TRANSACTION" ], "reply_schema": { "const": "OK" } } }