Hello,<br><br>We're seeing some weird behavior from memcached.. Hopefully somebody can provide some knowledge on this issue.&nbsp; <br><br>When we set a key in memcache with a TTL of, say, 60 seconds, after 60 seconds has gone by the data &quot;expires&quot;.&nbsp; This is normal, but it seems the data is not truely freed by memcached (based on the 'bytes' stats field).&nbsp;&nbsp; We've found that the only way to get the memory released is to try to do a GET on the key. 
<br><br>I always thought if you had a bunch of keys with a TTL of 0, once all available memory was consumed, memcache would start removing the least used keys to make room for new keys. In our tests, this never happened.<br>
<br>We've tried installations on FreeBSD &amp; Linux, 1.1.12 &amp; 1.1.11... all with the same results.<br><br>Thanks!<br>Stephen<br><br>