In python I use a python lib called hash_ring for sharding keys for redis. However..I now need a php app and python app to find a shard server given a key.
Is there a consistent hashing library that uses the same underlying algo but has many supported clients such as ruby,php,python etc?