summaryrefslogtreecommitdiffstats
path: root/src/commands/pfselftest.json
blob: ed29280b414851c06a8cb767f06a4cc952461337 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "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"
        ],
        "reply_schema": {
            "const": "OK"
        }
    }
}