Memcache
Commands
Memcached-Tools
LRU
There can be hidden items (LRU). Memcache has cold, warm & hot storage, depending on what is used most, this can lead to stats cachedump 1 0
not showing a key anymore (cachedump only looks only at cold). The command lru_crawler metadump all
will show this. We can also force everything into cold storage using lru mode flat
.
Monitor Changes
Authentication
Often unauthenticated (performance reasons). SASL can protect in binary mode but can be dictionary attacked.
Last updated