Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.
/ gomcketama Public archive
forked from thatguystone/gomcketama

Sounds like the name of a band, but really it's ketama hashing for gomemcache

License

Notifications You must be signed in to change notification settings

signalfx/gomcketama

 
 

Repository files navigation

gomcketama Build Status GoDoc

This package implements a ServerSelector for gomemcache that provides ketama hashing that's compatible with SpyMemcached's ketama hashing.

Usage

import "github.com/thatguystone/gomcketama"

// Create a memcache client using ketama as the server selector
mc := gomcketama.New("server1:11211", "server2:11211")

About

Sounds like the name of a band, but really it's ketama hashing for gomemcache

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.7%
  • Other 0.3%