summaryrefslogtreecommitdiff
path: root/examples/redis-unstable/src/commands/discard.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/src/commands/discard.json')
-rw-r--r--examples/redis-unstable/src/commands/discard.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/examples/redis-unstable/src/commands/discard.json b/examples/redis-unstable/src/commands/discard.json
deleted file mode 100644
index ffd37f0..0000000
--- a/examples/redis-unstable/src/commands/discard.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "DISCARD": {
- "summary": "Discards a transaction.",
- "complexity": "O(N), when N is the number of queued commands",
- "group": "transactions",
- "since": "2.0.0",
- "arity": 1,
- "function": "discardCommand",
- "command_flags": [
- "NOSCRIPT",
- "LOADING",
- "STALE",
- "FAST",
- "ALLOW_BUSY"
- ],
- "acl_categories": [
- "TRANSACTION"
- ],
- "reply_schema": {
- "const": "OK"
- }
- }
-}