Archive for the tag 'Memcached'

SBDavid

Memcached Dependencies

Memcached Dependencies

Memcached is a C program, depending on a recent version of GCC and a rececnt version of libevent. The recommended method of installation is to first try your distribution’s package manager. If the version it contains is too old, you may have to try installing from a backport, or by source.

Installing From Your Distribution

Redhat/Fedora

yum install memcached
SBDavid

What is Memcached?

What is Memcached?

Free & open source, 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 in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering.

Memcached is simple yet powerful. Its simple design promotes quick deployment, ease of development, and solves many problems facing large data caches. Its API is available for most popular languages.