Loading…
Key-value database
Simple, fast, distributed memory cache.
A multi-threaded in-memory key-value cache with a deliberately small feature set: opaque values, LRU eviction and no persistence. Still a common choice for caching sessions, query results and rendered fragments.
-- 0 rows affected