https://github.com/iolanguage/memcached
https://github.com/iolanguage/memcached
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iolanguage/memcached
- Owner: IoLanguage
- License: bsd-3-clause
- Created: 2018-03-11T11:56:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T10:56:41.000Z (about 8 years ago)
- Last Synced: 2025-12-31T04:59:43.432Z (6 months ago)
- Language: C
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Memcached
memcached is a high-performance,
distributed memory object caching system, generic in nature,
but intended for use in speeding up dynamic web applications
by alleviating database load. Memcached is an Io client library for memcached,
based on C libmemcached.
# Installation
`libmemcached` should be installed and foundable in your system. Then:
```
eerie install https://github.com/IoLanguage/Memcached.git
```