Module eredis_pool_sup

Behaviours: supervisor.

Function Index

create_pool/3create new pool.
delete_pool/1delet pool and disconnected to Redis.
init/1
start_link/0
start_link/2

Function Details

create_pool/3

create_pool(PoolName, Size, Options) -> {ok, pid()} | {error, {already_started, pid()}}

create new pool

delete_pool/1

delete_pool(PoolName::atom()) -> ok | {error, not_found}

delet pool and disconnected to Redis

init/1

init(X1) -> any()

start_link/0

start_link() -> any()

start_link/2

start_link(Pools, GlobalOrLocal) -> any()


Generated by EDoc