Behaviours: supervisor.
| create_pool/3 | create new pool. |
| delete_pool/1 | delet pool and disconnected to Redis. |
| init/1 | |
| start_link/0 | |
| start_link/2 |
create_pool(PoolName::atom(), Size::integer(), Options::[tuple()]) -> {ok, pid()} | {error, {already_started, pid()}}
create new pool.
delete_pool(PoolName::atom()) -> ok | {error, not_found}
delet pool and disconnected to Redis.
init(X1) -> any()
start_link() -> any()
start_link(Pools, GlobalOrLocal) -> any()
Generated by EDoc