summaryrefslogtreecommitdiffstats
path: root/src/commands/pubsub-shardnumsub.json
blob: 89187696a43eb0ea6e8e0899ea4f5b911f684a10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "SHARDNUMSUB": {
        "summary": "Get the count of subscribers for shard channels",
        "complexity": "O(N) for the SHARDNUMSUB subcommand, where N is the number of requested shard channels",
        "group": "pubsub",
        "since": "7.0.0",
        "arity": -2,
        "container": "PUBSUB",
        "function": "pubsubCommand",
        "command_flags": [
            "PUBSUB",
            "LOADING",
            "STALE"
        ],
        "arguments": [
            {
                "name": "shardchannel",
                "type": "string",
                "optional": true,
                "multiple": true
            }
        ]
    }
}