whiteblackbee / ngx_http_consistent_hash

a module which enables the nginx to use the same consistent hashing distribution for memcache servers as the php memcache module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If your PHP side uses DNS names to connect to memcache, you have to download the "dns" branch and apply the included patches when you add this module.
If your PHP side only uses ips, you can download the "master" branch and will not have to apply any patches to the nginx.

The doc can be found on http://wiki.nginx.org/NginxHttpUpstreamConsistentHash

About

a module which enables the nginx to use the same consistent hashing distribution for memcache servers as the php memcache module


Languages

Language:C 100.0%