summaryrefslogtreecommitdiff
path: root/src/commands/unwatch.json
blob: 820ea5b93e353e9c94df74c4588b0da5fb9d0c2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "UNWATCH": {
        "summary": "Forget about all watched keys",
        "complexity": "O(1)",
        "group": "transactions",
        "since": "2.2.0",
        "arity": 1,
        "function": "unwatchCommand",
        "command_flags": [
            "NOSCRIPT",
            "LOADING",
            "STALE",
            "FAST",
            "ALLOW_BUSY"
        ],
        "acl_categories": [
            "TRANSACTION"
        ]
    }
}