diff options
Diffstat (limited to 'examples/redis-unstable/src/commands/unwatch.json')
| -rw-r--r-- | examples/redis-unstable/src/commands/unwatch.json | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/examples/redis-unstable/src/commands/unwatch.json b/examples/redis-unstable/src/commands/unwatch.json deleted file mode 100644 index 28cc5f0..0000000 --- a/examples/redis-unstable/src/commands/unwatch.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "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" - } - } -} |
