eredis_pool
eredis_pool copied to clipboard
default env does not allow application to start
Hi, with the default {env, []}
in eredis_pool.app.src, I could not start the application before I start/add a pool.
Can it be modified so that application can start without starting any pool ?
I guess following can do: {env, [{pools,[]}, {global_or_local, local}]}
?