thanks very much 2008/12/28 Brad Fitzpatrick <[email protected]>
> On Sat, Dec 27, 2008 at 7:42 AM, bill <[email protected]> wrote: > >> >> hi,all, >> memcached is new for me. i want to know why the number of seconds may >> not exceed 30 days. What is the design principle? > > > DWIM / laziness. > > It _can_ exceed 30 seconds, but then you need to specify it with absolute > time. > > >
