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 --- .../redis-unstable/src/commands/command-count.json | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 examples/redis-unstable/src/commands/command-count.json (limited to 'examples/redis-unstable/src/commands/command-count.json') diff --git a/examples/redis-unstable/src/commands/command-count.json b/examples/redis-unstable/src/commands/command-count.json deleted file mode 100644 index 7306767..0000000 --- a/examples/redis-unstable/src/commands/command-count.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "COUNT": { - "summary": "Returns a count of commands.", - "complexity": "O(1)", - "group": "server", - "since": "2.8.13", - "arity": 2, - "container": "COMMAND", - "function": "commandCountCommand", - "command_flags": [ - "LOADING", - "STALE", - "SENTINEL" - ], - "acl_categories": [ - "CONNECTION" - ], - "reply_schema": { - "description": "Number of total commands in this Redis server.", - "type": "integer" - } - } -} -- cgit v1.2.3