diff options
Diffstat (limited to 'examples/redis-unstable/src/commands/unsubscribe.json')
| -rw-r--r-- | examples/redis-unstable/src/commands/unsubscribe.json | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/examples/redis-unstable/src/commands/unsubscribe.json b/examples/redis-unstable/src/commands/unsubscribe.json deleted file mode 100644 index e8586bc..0000000 --- a/examples/redis-unstable/src/commands/unsubscribe.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "UNSUBSCRIBE": { - "summary": "Stops listening to messages posted to channels.", - "complexity": "O(N) where N is the number of channels to unsubscribe.", - "group": "pubsub", - "since": "2.0.0", - "arity": -1, - "function": "unsubscribeCommand", - "command_flags": [ - "PUBSUB", - "NOSCRIPT", - "LOADING", - "STALE", - "SENTINEL" - ], - "arguments": [ - { - "name": "channel", - "type": "string", - "optional": true, - "multiple": true - } - ] - } -} |
