Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chirino/memcached

A JVM based Memcached Server
https://github.com/chirino/memcached

Last synced: about 1 month ago
JSON representation

A JVM based Memcached Server

Awesome Lists containing this project

README

        

# Memcached for the JVM

This project implements the Memcached server using the [HawtDispatch](https://github.com/fusesource/hawtdispatch)
thread model and the [org.iq80.memcached](https://github.com/dain/memcached) memory
manager and hash implementation.

# Current status

Just getting started... Move along now. Nothing to see here.

# Building

This project depends on you first doing a source build of [this fork of the `org.iq80.memcached` library](https://github.com/chirino/dain-memcached).