adrienmo / eredis_cluster

eredis_cluster is an erlang wrapper for eredis to support cluster mode of redis 3.0.0+
MIT License
79 stars 83 forks source link

add release dependencies to mix.exs for exrm #5

Closed junsumida closed 8 years ago

junsumida commented 8 years ago

Hi there! I'm using eredis_cluster with Elixir, and build my app with exrm. But I found a dependency issue that my binary doesn't contain eredis and poolboy due to the limitation of exrm.

This PR will enable to build an app with exrm.

junsumida commented 8 years ago

thanks!

adrienmo commented 8 years ago

Hi junsumida, thanks for the PR. I released a new package version on hex.pm : 0.5.8

cheers!