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