wok-current view memcached/description.txt @ rev 25694

Fix cifs-utils, up grub2-efi-x64 stuff for iso EFI
author Stanislas Leduc <shann@slitaz.org>
date Sat Mar 30 18:05:22 2024 +0000 (2 months ago)
parents
children
line source
1 Memcached is a free and open source, high-performance, distributed
2 memory object caching system, generic in nature, but intended for
3 use in speeding up dynamic web applications by alleviating database load.
5 Memcached is an in-memory key-value store for small chunks of arbitrary
6 data (strings, objects) from results of database calls, API calls,
7 or page rendering.
9 Memcached is simple yet powerful. Its simple design promotes quick
10 deployment, ease of development, and solves many problems facing
11 large data caches.
12 Its API is available for most popular languages.