hash-ring-ex icon indicating copy to clipboard operation
hash-ring-ex copied to clipboard

A consistent hash ring implemention for Elixir

Results 4 hash-ring-ex issues
Sort by recently updated
recently updated
newest added

The problem is referred here: https://groups.google.com/forum/#!topic/elixir-lang-talk/9TmuUv3y9_g Basically, when the binary application is used as a dependency, the `priv` directory is not linked. Mix links `priv` directories before actual compilation is...

The code is taken from #7 which seemed to be inactive for a while.

This seems to fix the issue from #6, though I'm not sure that requiring >= Elixir 1.1 is acceptable? Added a compiler to copy the library from hash_ring/priv to hash_ring_ex/priv.

I'm having trouble using hash-ring-ex with an Elixir 1.1 project -- obviously the mixfile specifies 1.0.0, so I tried playing around with it, but just upping the elixir version requirements...