eredis_cluster icon indicating copy to clipboard operation
eredis_cluster copied to clipboard

Fix loading eredis and poolboy when compiled with rebar3

Open aboroska opened this issue 4 years ago • 2 comments

eredis has to be loaded before eredis_cluster starts. poolboy has to be started as well.

mix.exs lists eredis and poolboy among applications. The rebar3 equivalent is adding eredis and poolboy to applications in eredis_cluster.app.src.

aboroska avatar May 20 '20 16:05 aboroska

I missed poolboy in the first version.

aboroska avatar May 20 '20 17:05 aboroska

or problem could be solved if put eredis&poolbow in top app appliaitons list, +1 to PR.

elmirk avatar Jun 11 '20 05:06 elmirk