wok-current annotate memcached/description.txt @ rev 24901
updated memcached and memcached-dev (1.6.6 -> 1.6.15)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 09 10:32:08 2022 +0100 (2022-04-09) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@24901 | 1 Memcached is a free and open source, high-performance, distributed |
Hans-G?nter@24901 | 2 memory object caching system, generic in nature, but intended for |
Hans-G?nter@24901 | 3 use in speeding up dynamic web applications by alleviating database load. |
Hans-G?nter@24901 | 4 |
Hans-G?nter@24901 | 5 Memcached is an in-memory key-value store for small chunks of arbitrary |
Hans-G?nter@24901 | 6 data (strings, objects) from results of database calls, API calls, |
Hans-G?nter@24901 | 7 or page rendering. |
Hans-G?nter@24901 | 8 |
Hans-G?nter@24901 | 9 Memcached is simple yet powerful. Its simple design promotes quick |
Hans-G?nter@24901 | 10 deployment, ease of development, and solves many problems facing |
Hans-G?nter@24901 | 11 large data caches. |
Hans-G?nter@24901 | 12 Its API is available for most popular languages. |