wok-6.x diff memcached/description.txt @ rev 25425
updated xa (2.3.10 -> 2.3.13)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Aug 18 16:31:57 2022 +0100 (2022-08-18) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/memcached/description.txt Thu Aug 18 16:31:57 2022 +0100 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.