Consistent hashing and redis - how to use te same algo in php and in python

254 views Asked by At

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?

0

There are 0 answers