module Redis::Commands::Cluster
def asking
-
(String)
- `'OK'`
Other tags:
- See: https://redis.io/topics/cluster-spec#ask-redirection - ASK redirection
def asking send_command(%i[asking]) end
(String)
- `'OK'`
def asking send_command(%i[asking]) end