# File lib/redis/connection/ruby.rb, line 38 def initialize(*args) super(*args) @timeout = @write_timeout = nil @buffer = "" end