Skip to content

C2B2/memcached-4-coherence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

memcached-4-coherence

A Memcached Interface to Oracle Coherence released under the LGPL.

This code only supports the binary interface to memcached.

To use Oracle Coherence as a backing store for memcached add the following two lines to your Java code and build and add the jar to your classpath.

    MemcachedServer server = new MemcachedServer(port, namedCache);
    server.bootStrap();

This will create a memcached server listening on the specified port which will store the binary data into the specified Oracle Coherence Named Cache.

Building Instructions

mvn install:install-file  \
      -DgroupId=com.oracle.coherence  \
      -DartifactId=coherence  \
      -Dversion=3.7.1  \
      -Dfile=coherence.jar  \
      -Dpackaging=jar \
      -DgeneratePom=true
  • Build the memcached-4-coherence by mvn install
  • Enjoy!

This code has been tested using the memccapable utility and passes all the tests for binary protocol compliance.

This code is brought to you by C2B2 The Leading Independent middleware Experts

About

A Memcached Interface to Oracle Coherence

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages