class Redis::Client

def without_socket_timeout(&blk)

def without_socket_timeout(&blk)
  with_socket_timeout(0, &blk)
end