class RedisClient::PubSub

def call_v(command)

def call_v(command)
  raw_connection.write(@command_builder.generate(command))
  nil
end