A client for Memcached, a distributed memory caching system
# memcached A client for Memcached, a distributed memory caching system [](https://github.com/svenvc/Memcached/actions?query=workflow%3ABuild) [](https://codecov.io/gh/svenvc/Memcached/branch/master) [](https://pharo.org) [](https://pharo.org) [](https://pharo.org) [](https://pharo.org) [](https://pharo.org) ## About - https://en.wikipedia.org/wiki/Memcached - http://memcached.org ## Installation To load the project in a Pharo image, or declare it as a dependency of your own project follow this [instructions](docs/Installation.md). ## Acknowledgements The original project can be found at http://www.squeaksource.com/memcached.html As far as I can see it was written by Philippe Marschall and Ramon Leon. I ported the codebase to Pharo. This repository is a recent copy with some cleanups.