Hi folks
I am a new user for memcached - love it already. We are experiencing a
better than expected hit rate. This is reducing load on sql and dns
RBL lookups across several machines. Magic.
Could you let me know if it is possible to dump out the contents of
the cache ? I tried the following but without success. I thought it
might return a hash of it all.
my $memd = new Cache::Memcached {
'servers' => [ "localhost:11211" ],
'debug' => 0,
namespace => 'myCache:'
};
my $cache=$memd->get('myCache');
print Dumper $cache;
Just a point here - I have been programming in various languages for
20+ years but perl is new to me so I might be overlooking an obvious :).
regards
Grant Maxwell
P please consider the environment before printing this e-mail