cache miss even if the value exists?

Nathan Schmidt nathan at pbwiki.com
Fri Nov 2 02:08:49 UTC 2007


It's certainly possible if you've subsequently written other keys to the
server and they push the original key out to make room for that newer
content. You'll usually keep your most frequently used keys since memcached
moves items down the priority list for flushing as they're fetched - if
you're not using expire flags it ends up being basically a
least-recently-used cache.
-n
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.danga.com/pipermail/memcached/attachments/20071101/9bd2f60a/attachment.htm


More information about the memcached mailing list