Skip to content

memcached的集群代理,备份机制。一致性hash,平滑添加memcached

Notifications You must be signed in to change notification settings

wangmh/memagent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

magent is a simple but useful proxy program for memcached servers. 
see  https://code.google.com/p/memagent/
run

./magent -c ./conf/magent.conf

    * keeps connections to memcached servers
    * supports following memcached commands
         1. get gets
         2. delete
         3. incr decr
         4. add set replace prepend append
         5. cas 
    * event-driven by using libevent library
    * supports ketama algorithm
    * backup servers farm
    * unix domain socket 

 fix some bugs
1 block when the backend memcached down
2 ketama arithmetic  wrong

About

memcached的集群代理,备份机制。一致性hash,平滑添加memcached

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages