Home >Backend Development >PHP Tutorial >请问大侠,Memcache的有关问题

请问大侠,Memcache的有关问题

WBOY
WBOYOriginal
2016-06-13 12:03:37797browse

请教大侠,Memcache的问题
我set一个key,如果不写过期时间,默认是什么呢?

还有假设我设置了10分钟后过期,但是在中途我需要修改值。但我还希望他在最早开始的10分钟内过期,也就是说我仅仅想修改他的值,他该什么时候过期还是什么时候过期。这个时候set的过期该填什么
------解决方案--------------------
1、默认情况下,永不过期,但可能由于内存压力而被删除
2、memcache 协议中取不到这个过期时间,但可以用一种变通的办法,就是将这个key的过期时间也存储起来,从新设置的时候取出这个值用于计算

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn