class Redis::Connection::Ruby

def timeout=(timeout)

def timeout=(timeout)
  if @sock.respond_to?(:timeout=)
    @sock.timeout = timeout
  end
end