Hello All, I am using java library (http://www.whalin.com/memcached) for accessing memcached server. Does the current implementation of this java client library support consistent hashing ? ( I found references only to NATIVE_HASH, OLD_COMPAT_HASH and NEW_COMPAT_HASH in the source code) . If not, are there any other java library supporting this hashing ?
Thanks in advance! -Rakesh
