Projects / jmemcached

jmemcached

jmemcached is a fast networked cache for storing objects for later retrieval. It is functionally equivalent and protocol-compatible with the standard C implementation of memcached, but is appropriate for Java-only environments, or for applications with portability concerns for which Java is the preferred solution. 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 command line interface (which mimics the C version in arguments).

Licenses Apache 2.0
Implementation Java

Tweet this project Short link

Rss Recent releases

  • Rrelease-mid
  •  23 Jun 2009 08:22
  • Rrelease-after

    Changes: This version adds support for the memcached binary protocol. It also fixes a major regression in support for non-ASCII data payloads in the text protocol.

    • Rrelease-mid
    •  11 Jun 2009 12:16
    • Rrelease-after

      Changes: Major and massive performance improvements, protocol correctness improvements, and bugfixes. Debian packages are now created as part of the build. The network framework was switched from Apache MINA to JBoss Netty.

      • Rrelease-mid
      •  17 Nov 2008 22:09
      • Rrelease-after

      Changes: This release adds support for a memory-mapped heap that is external to the JVM, to allow for much larger caches and to avoid memory impact on the main JVM. It has some performance and protocol compliance improvements. It has better command line options for specifying heap and ceiling sizes. It adds a battery of unit tests.

      • Rrelease-mid
      •  09 May 2008 13:59
      • Rrelease-after

      Changes: A major bugfix to the ADD protocol method. An upgrade to the most recent stable Apache Mina version. Fixes to the internal cache API to expose proper methods for public use. A 'stop' method to cleanly bring the daemon down.

      • Rrelease-mid
      •  04 Apr 2008 05:56
      • Rrelease-after

      No changes have been submitted for this release.

      No-screenshot

      Project Spotlight

      JS Auto Form Validator

      A script that lets you handle form validation without writing JavaScript code.

      No-screenshot

      Project Spotlight

      KSI Scheme

      An implementation of the Scheme programming language