# File lib/em-hiredis/connection.rb, line 7 def initialize(host, port) super @host, @port = host, port @name = "[em-hiredis #{@host}:#{@port}]" end