资 源 简 介
memcached(http://danga.com/memcached) is a high-performance, distributed memory
object caching system, generic in nature, but intended for use in speeding up
dynamic web applications by alleviating database load.
GMemcached is one memcached server implemented by pure java language.includes:
- Memcached protocol implemented in Grizzly(https://grizzly.dev.java.net) nio server.
Currently it"s beta not feature complete, supports only part of the memcached protocol.