From: Marcin Raczkowski Date: 2008-02-15T04:40:01+09:00 Subject: Re: Memcached: Dealing with unknown keys Ben Bleything wrote: > On Thu, Feb 14, 2008, Tony Garcia wrote: >> I was wondering if there is a way to handle reading keys when you don't >> know what the keys are, using memcache-client... > > Do you mean discovering what keys are stored in the cache or reading the > value of MYSTERY KEYS(tm)? > > Ben > > turn on debug in memcached pipe it to your ruby process, parse output, get keys, make money ;)