# File lib/redis/client.rb, line 286
    def without_socket_timeout(&blk)
      with_socket_timeout(0, &blk)
    end