note 102447 deleted from memcache.getextendedstats by danbrown

[email protected] Tue, 15 Feb 2011 07:17:58 -0800
Newsgroups php.notes
Message-ID <[email protected]>
Note Submitter: uscatu at gmail dot com 

----

The previous example doesn't work quite well.
You should change the following line:

$cdump = $memcache->getExtendedStats('cachedump',(int)$slabId);

to 

$cdump = $memcache->getExtendedStats('cachedump',(int)$slabId, 1000000);

... and it will work OK in most cases.

When calling cachedump there is a default limit of 100 items.