문제

Does memcached entries with expiry time set to 0 not expire - as mentioned in the PHP Memcached docs, but not mentioned in the memcached protocol spec?

I am using spymemcached client and the docs for spymemcached does not say anything about it either.

도움이 되었습니까?

해결책

Setting expiration to 0 means the item has no expiration. Therefore it will never expire.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top