Skip to content

Java Frontend for Memcached based on JMemcached

License

Notifications You must be signed in to change notification settings

zalora/jmemcached

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JMemcached

JMemcached is a Java based Memcached frontend originally written by Ryan Daum: https://github.com/rdaum/jmemcache-daemon

How we are using it

We are using Infinispan as a "clustered Memcached", but found a weird bug in the Infinispan Memcached-Server Implementation, which makes it unusable for our purpose. As the core Infinispan works fine, we simply added a new frontend to access Infinispan, which is JMemcached.

Original Author

We were trying to reach out to the original author to ask for permission to pickup his abandoned project, but were not really successful, so if you are the author or know him, we'd be happy to get in touch: wolfram.huesken@zalora.com