class Redis::Cluster
def call_loop(command, timeout = 0, &block)
def call_loop(command, timeout = 0, &block) node = assign_node(command) try_send(node, :call_loop, command, timeout, &block) end
def call_loop(command, timeout = 0, &block) node = assign_node(command) try_send(node, :call_loop, command, timeout, &block) end