mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
Implement redis connection pooling, multi, and pipelines.
This commit is contained in:
parent
52bf6c4c89
commit
9973ed878f
6 changed files with 234 additions and 204 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue