diff options
Diffstat (limited to '')
-rw-r--r-- | src/commands/unwatch.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/commands/unwatch.json b/src/commands/unwatch.json new file mode 100644 index 0000000..820ea5b --- /dev/null +++ b/src/commands/unwatch.json @@ -0,0 +1,20 @@ +{ + "UNWATCH": { + "summary": "Forget about all watched keys", + "complexity": "O(1)", + "group": "transactions", + "since": "2.2.0", + "arity": 1, + "function": "unwatchCommand", + "command_flags": [ + "NOSCRIPT", + "LOADING", + "STALE", + "FAST", + "ALLOW_BUSY" + ], + "acl_categories": [ + "TRANSACTION" + ] + } +} |