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