summaryrefslogtreecommitdiffstats
path: root/src/commands/acl-genpass.json
blob: 9de0313ecb3c7a3759535cd8d60c0edbdfa2fdde (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
{
    "GENPASS": {
        "summary": "Generate a pseudorandom secure password to use for ACL users",
        "complexity": "O(1)",
        "group": "server",
        "since": "6.0.0",
        "arity": -2,
        "container": "ACL",
        "function": "aclCommand",
        "command_flags": [
            "NOSCRIPT",
            "LOADING",
            "STALE",
            "SENTINEL"
        ],
        "arguments": [
            {
                "name": "bits",
                "type": "integer",
                "optional": true
            }
        ]
    }
}