{
    "KEYSLOT": {
        "summary": "Returns the hash slot of the specified key",
        "complexity": "O(N) where N is the number of bytes in the key",
        "group": "cluster",
        "since": "3.0.0",
        "arity": 3,
        "container": "CLUSTER",
        "function": "clusterCommand",
        "command_flags": [
            "STALE"
        ],
        "command_tips": [
            "NONDETERMINISTIC_OUTPUT"
        ],
        "arguments": [
            {
                "name": "key",
                "type": "string"
            }
        ]
    }
}
