-
Notifications
You must be signed in to change notification settings - Fork 1
What is Memcached?
Jonathan Guthrie edited this page Sep 17, 2013
·
1 revision
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. More information about Memcached can be found online http://www.memcached.org/
The Lasso 9 Memcached client supports multiple Memcached servers, automatic server redundancy + fail over, native object storage + retrieval — and is simple to use.