From dcacc00e3750300617ba6e16eb346713f91a783a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 21 Jan 2026 22:52:54 +0100 Subject: Remove testing data --- examples/redis-unstable/src/commands/discard.json | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 examples/redis-unstable/src/commands/discard.json (limited to 'examples/redis-unstable/src/commands/discard.json') 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" - } - } -} -- cgit v1.2.3