class Redis::Connection::Hiredis

def initialize

def initialize
  @connection = ::Hiredis::Connection.new
end