# File lib/redis/connection/ruby.rb, line 12
      def initialize(*args)
        super(*args)

        @timeout = nil
        @buffer = ""
      end