- Provides a ServerSelector interface implementation for picking the next server.
- It uses consistent hashing strategy to distribute keys across nodes
- It should be safe for conurrent use by multiple go routines.
This is just an experimental implementation. Although it should work, package was not tested in production, so please use with care if intending to use it.
Written by Ivan Jovanovic at loopthrough GmbH