Closed mspielberg closed 8 years ago
Thanks, this LGTM :)
Any idea when this might be released? Issue #33 mentions a release in 2 months as of February, but April is come and gone.
@mspielberg I think @alexandru will cut a new release as soon as he comes back from the conference he is currently at.
Sorry for the delay guys. I've just released 1.7.3, it's synchronizing on Maven Central.
Late to the party but thank you so much @mspielberg.
I was looking exactly for that feature and it just took me to update the build.sbt
to get this working :)
If using Shade to address a cluster of Memcache nodes shared with other clients, it's necessary to synchronize the algorithm mapping keys to nodes. The default spymemcached hash algorithm is based on Java's String.hashCode(), and generally not available on non-JVM platforms. This change allows the user to change the hash algorithm used to something with potentially more CPU overhead, but also more cross-platform availability.