class Redis::Client

def call_without_timeout(*args)

def call_without_timeout(*args)
  without_socket_timeout do
    call(*args)
  end
end