Open main menu

Changes

567 bytes added ,  13:05, 11 July 2019
Created page with "Memcached is a BSD licensed, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by all..."
Memcached is a BSD licensed, 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. [https://github.com/memcached/memcached/wiki/TutorialCachingStory Story]

* [https://github.com/memcached/memcached/wiki/Commands Commands]
* MediaWiki has a client tool in the 'maintenance' directory: mcc.php