summaryrefslogtreecommitdiffstats
path: root/src/commands/pubsub-numpat.json
blob: 382ec1b70d40fc830e80c6f8e934764c0b36c8a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "NUMPAT": {
        "summary": "Get the count of unique patterns pattern subscriptions",
        "complexity": "O(1)",
        "group": "pubsub",
        "since": "2.8.0",
        "arity": 2,
        "container": "PUBSUB",
        "function": "pubsubCommand",
        "command_flags": [
            "PUBSUB",
            "LOADING",
            "STALE"
        ]
    }
}