Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T13:09:49.000Z (over 1 year ago)
- Last Synced: 2023-08-18T05:36:40.731Z (about 1 year ago)
- Topics: caching, client, memcached, pharo, smalltalk
- Language: Smalltalk
- Size: 51.8 KB
- Stars: 4
- Watchers: 5
- 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[![Build Status](https://github.com/svenvc/Memcached/workflows/Build/badge.svg?branch=master)](https://github.com/svenvc/Memcached/actions?query=workflow%3ABuild)
[![Coverage Status](https://codecov.io/github/svenvc/Memcached/coverage.svg?branch=master)](https://codecov.io/gh/svenvc/Memcached/branch/master)
[![Pharo 7.0](https://img.shields.io/badge/Pharo-7.0-informational)](https://pharo.org)
[![Pharo 8.0](https://img.shields.io/badge/Pharo-8.0-informational)](https://pharo.org)
[![Pharo 9.0](https://img.shields.io/badge/Pharo-9.0-informational)](https://pharo.org)
[![Pharo 10](https://img.shields.io/badge/Pharo-10-informational)](https://pharo.org)
[![Pharo 11](https://img.shields.io/badge/Pharo-11-informational)](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.