An open API service indexing awesome lists of open source software.

https://github.com/iolanguage/memcached


https://github.com/iolanguage/memcached

Last synced: about 2 months ago
JSON representation

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
```