summaryrefslogtreecommitdiffstats
path: root/src/commands/pfselftest.json
blob: b75ce036997d44363e530bf0a7cd32618360b88c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "PFSELFTEST": {
        "summary": "An internal command for testing HyperLogLog values",
        "complexity": "N/A",
        "group": "hyperloglog",
        "since": "2.8.9",
        "arity": 1,
        "function": "pfselftestCommand",
        "doc_flags": [
            "SYSCMD"
        ],
        "command_flags": [
            "ADMIN"
        ],
        "acl_categories": [
            "HYPERLOGLOG"
        ]
    }
}