On 3/28/07, Xueron Nee <xueron at gmail.com> wrote: > Then how can I get all keys from memcached? I see no such method within Cache::Memcached. You can't. If you're looking for a data store that will be persistent, you'd probably be better off using BerkeleyDB or Cache::FastMmap. - Perrin