ExRedisPool v0.0.3 ExRedisPool.PoolsSupervisor

Supervisor (simple-one-for-one) for connection pools.

Each child of this supervisor is a supervisor containing two connection pools, a synchronous pool for q and qp, and an asynchronous pool for q_noreply and qp_noreply.

This supervisor holds all of the pools for each RedisPool process.

Summary

Functions

init(opts)

Callback implementation for c::supervisor.init/1.

new_pool(pool_ref, pool_opts, worker_opts)
start_link(opts \\ [])