class Redis::Cluster

def call_with_timeout(command, timeout, &block)

def call_with_timeout(command, timeout, &block)
  node = assign_node(command)
  try_send(node, :call_with_timeout, command, timeout, &block)
end