{ "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" } } }