/unified-cache-example

example of how to unify a cache with multiple nodes

Primary LanguageGo

Unified Cache Example

Unify N number of pull through caches with a ketama proxy

Ketama hashing in the proxy

Consistent hashing via the ketama package is used by the proxy to choose the cache node that will pull and cache the content.

Code

client

proxy

node

source