Re: what about the max expires time, 30days?

2010-08-26 Thread kedy211
Sorry, it's BUT, not bug. (but false when get.) Best regards. Kedy On Fri, Aug 27, 2010 at 11:19 AM, kedy211 kedy...@gmail.com wrote: It's unusually the question I mentioned in the topic. And, I can NOT find the offical answer from wiki. Sometime, I set the expire time as '86400 * 24 *

Re: what about the max expires time, 30days?

2010-08-26 Thread Dormando
Expire time turns into a unixtime date after 30 days. It's in the protocol.txt but possibly overlooked in the wiki :( On Aug 26, 2010, at 8:19 PM, kedy211 kedy...@gmail.com wrote: It's unusually the question I mentioned in the topic. And, I can NOT find the offical answer from wiki.

Re: what about the max expires time, 30days?

2010-08-26 Thread Brian Moon
On 8/26/10 10:38 PM, kedy211 wrote: Thanks. I got the defined code in the memcached.c: #define REALTIME_MAXDELTA 60*60*24*30 It's extreme question. DB or filecahce will be smart choise when it's necessary to cache sth more than 3days. The best solution is to always use a unix timestamp. If