|
Re: memcache(3) 1.2.0 released...: msg#00024web.cache.memcached
On Wed, 12 Jan 2005 11:02:01 -0800 John McCaskey <johnm@xxxxxxxx> wrote: > If the get() command however returns a FALSE for either my stored > FALSE value or for a miss, then I will always have to assume its a > miss and hit the slow storage everytime I retrieve a FALSE. Am I > missing something here? I can't see it if so. Yup, you're missing "===" operator. empty string == false, but empty string !== false. http://www.php.net/manual/en/language.operators.comparison.php -- Wbr, Antony Dovgal aka tony2001 |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: memcache(3) 1.2.0 released...: 00024, Sean Chittenden |
|---|---|
| Next by Date: | Re: memcache(3) 1.2.0 released...: 00024, Greg Whalin |
| Previous by Thread: | Re: memcache(3) 1.2.0 released...i: 00024, John McCaskey |
| Next by Thread: | Re: memcache(3) 1.2.0 released...: 00024, John McCaskey |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |