Implement redis connection pooling, multi, and pipelines.

This commit is contained in:
kirby@puppetlabs.com 2020-04-24 15:14:47 -07:00
parent 52bf6c4c89
commit 9973ed878f
6 changed files with 234 additions and 204 deletions

View file

@ -36,6 +36,7 @@ if torun.include? 'manager'
Vmpooler::PoolManager.new(
config,
Vmpooler.new_logger(logger_file),
Vmpooler.redis_connection_pool(redis_host, redis_port, redis_password),
metrics
).execute!
end