Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chirino/memcached
- Owner: chirino
- License: apache-2.0
- Created: 2012-01-05T12:22:08.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-30T13:01:51.000Z (almost 13 years ago)
- Last Synced: 2024-10-15T12:24:28.596Z (3 months ago)
- Language: Scala
- Homepage:
- Size: 121 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
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).