summaryrefslogtreecommitdiff
path: root/src/commands/command-getkeys.json
blob: ca655ac32561607f99478c13a31a5b92af1df4b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "GETKEYS": {
        "summary": "Extract keys given a full Redis command",
        "complexity": "O(N) where N is the number of arguments to the command",
        "group": "server",
        "since": "2.8.13",
        "arity": -4,
        "container": "COMMAND",
        "function": "commandGetKeysCommand",
        "command_flags": [
            "LOADING",
            "STALE"
        ],
        "acl_categories": [
            "CONNECTION"
        ]
    }
}