class Redis::Client
def call_without_timeout(*args)
def call_without_timeout(*args) without_socket_timeout do call(*args) end rescue Errno::ECONNRESET retry end
def call_without_timeout(*args) without_socket_timeout do call(*args) end rescue Errno::ECONNRESET retry end