jmemcached 0.3 (Default branch) |
|
|
jmemcached is a Java implementation of the daemon
(server) side of
the memcached protocol. It implements a clone of
the C version of the
memcached daemon, but in pure Java. It is protocol
compatible with the
C version of memcached. Existing clients,
including the one for Java,
should work without modification. Replacing the
Java version with the C
version (and vice versa) is trivial. It can be
embedded in an existing
Java project or used from its commandline
interface (which mimics the C
version in arguments).
|