# File lib/redis/connection/ruby.rb, line 193 def timeout=(timeout) if @sock.respond_to?(:timeout=) @sock.timeout = timeout end end