https://github.com/svenvc/memcached
A client for Memcached, a distributed memory caching system
https://github.com/svenvc/memcached
caching client memcached pharo smalltalk
Last synced: about 1 year ago
JSON representation
A client for Memcached, a distributed memory caching system
- Host: GitHub
- URL: https://github.com/svenvc/memcached
- Owner: svenvc
- License: mit
- Created: 2018-10-18T11:32:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T13:09:49.000Z (about 3 years ago)
- Last Synced: 2025-04-05T00:41:17.185Z (about 1 year ago)
- Topics: caching, client, memcached, pharo, smalltalk
- Language: Smalltalk
- Size: 51.8 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.