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/cluster-myshardid.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 examples/redis-unstable/src/commands/cluster-myshardid.json (limited to 'examples/redis-unstable/src/commands/cluster-myshardid.json') diff --git a/examples/redis-unstable/src/commands/cluster-myshardid.json b/examples/redis-unstable/src/commands/cluster-myshardid.json deleted file mode 100644 index 7db63fd..0000000 --- a/examples/redis-unstable/src/commands/cluster-myshardid.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "MYSHARDID": { - "summary": "Returns the shard ID of a node.", - "complexity": "O(1)", - "group": "cluster", - "since": "7.2.0", - "arity": 2, - "container": "CLUSTER", - "function": "clusterCommand", - "history": [], - "command_flags": [ - "STALE" - ], - "command_tips": [ - "NONDETERMINISTIC_OUTPUT" - ], - "reply_schema": { - "description": "the node's shard id", - "type": "string" - } - } -} -- cgit v1.2.3