class Redis::Client
def without_socket_timeout
def without_socket_timeout ensure_connected do begin self.timeout = 0 yield ensure self.timeout = @timeout end end end
def without_socket_timeout ensure_connected do begin self.timeout = 0 yield ensure self.timeout = @timeout end end end