solved it by adding the dependency for eredis in my own mix.exs file ({ :eredis, "1.0.6", github: "wooga/eredis", ref: "471dd" }) ... not sure if that's an issue with exredis or with me, sorry if it's the latter.
I think the problem is that hex.pm does not handle git dependencies. As eredis is not available on hex.pm, you can't just use hex packages alone. More on "Dependencies" section here: https://hex.pm/docs/publish
getting this when trying to follow things straight from the README:
solved it by adding the dependency for
eredis
in my own mix.exs file ({ :eredis, "1.0.6", github: "wooga/eredis", ref: "471dd" }
) ... not sure if that's an issue with exredis or with me, sorry if it's the latter.