| memcacheDB was designed for persistent storage so implementing a TTL would defeat the purpose of the project. The feature has been requested multiple times and rejected multiple times as implimenting it would introduce use cases that would need to be supported in future releases potentially leading to the demise of the project. As Clint previously stated: |
"If you need expiration, you're better off using your queue, or memcached". |
| I would lean towards memcached as it is fast, reliable and uses the same protocol but if you are strangled for memmory or the item must live in the cache until it expires many other caching projects will likely fit your requirements. FYI, it is possible to store metadata in an image however the work of checking it may or may not defeat the purpose of the cache. -Robert Powell --- On Mon, 6/15/09, gf pro <kak.serpom...@gmail.com> wrote: |
| You should also read replies to your questions before insulting too. The caveats of storing in memcache were pointed out in the sentence "if you are strangled for memmory or the item must live in the cache until it expires". Some peoples children... -Robert --- On Mon, 6/15/09, Clint Byrum <cl...@adicio.com> wrote: |