class Redis

def asking

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

Other tags:
    See: https://redis.io/topics/cluster-spec#ask-redirection - ASK redirection
def asking
  synchronize { |client| client.call(%i[asking]) }
end