module Redis::Commands::Cluster

def asking

Returns:
  • (String) - `'OK'`

Other tags:
    See: https://redis.io/topics/cluster-spec#ask-redirection - ASK redirection
def asking
  send_command(%i[asking])
end