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 --- .../src/commands/pubsub-shardchannels.json | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 examples/redis-unstable/src/commands/pubsub-shardchannels.json (limited to 'examples/redis-unstable/src/commands/pubsub-shardchannels.json') diff --git a/examples/redis-unstable/src/commands/pubsub-shardchannels.json b/examples/redis-unstable/src/commands/pubsub-shardchannels.json deleted file mode 100644 index 7aa0a7a..0000000 --- a/examples/redis-unstable/src/commands/pubsub-shardchannels.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "SHARDCHANNELS": { - "summary": "Returns the active shard channels.", - "complexity": "O(N) where N is the number of active shard channels, and assuming constant time pattern matching (relatively short shard channels).", - "group": "pubsub", - "since": "7.0.0", - "arity": -2, - "container": "PUBSUB", - "function": "pubsubCommand", - "command_flags": [ - "PUBSUB", - "LOADING", - "STALE" - ], - "arguments": [ - { - "name": "pattern", - "type": "pattern", - "optional": true - } - ], - "reply_schema": { - "description": "a list of active channels, optionally matching the specified pattern", - "type": "array", - "items": { - "type": "string" - }, - "uniqueItems": true - } - } -} -- cgit v1.2.3