wok diff memcached/description.txt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/memcached/description.txt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -0,0 +1,12 @@
     1.4 +Memcached is a free and open source, high-performance, distributed
     1.5 +memory object caching system, generic in nature, but intended for
     1.6 +use in speeding up dynamic web applications by alleviating database load.
     1.7 +
     1.8 +Memcached is an in-memory key-value store for small chunks of arbitrary
     1.9 +data (strings, objects) from results of database calls, API calls,
    1.10 +or page rendering.
    1.11 +
    1.12 +Memcached is simple yet powerful. Its simple design promotes quick
    1.13 +deployment, ease of development, and solves many problems facing
    1.14 +large data caches.
    1.15 +Its API is available for most popular languages.