Skip to content

loopthrough/mc-consistent-selector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server selector for gomemcached based on consistent hashing

  • 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.

Inspired by

About

Written by Ivan Jovanovic at loopthrough GmbH

About

Go memcached server selector based on consistent hashing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages