luckypower has asked for the wisdom of the Perl Monks concerning the following question:

Hellow Monks...

I am playing with Cach::Memcached.

When my script starts it reads the database and load the memcached.

some operations will also add items in memcached.

At the end of my script i want to get all the items from memcached and store in another database.

is it possible to get all the items from memcached using Cach::Memcached ??

if not can you please tell me some logic to do so..??

Thanks in Advance.

Replies are listed 'Best First'.
Re: Help: Get all items from memcached server
by tinita (Parson) on Dec 10, 2008 at 14:47 UTC
    It's a cache - don't use it as a substitute for a database.
Re: Help: Get all items from memcached server
by Anonymous Monk on Dec 10, 2008 at 13:42 UTC