Hello All,

I have just started using memcached. I have setup my server and the cacti
graph reporting environment. The reports seem to show some activity,
memory usage shows red and orange
load average shows red and orange
logged in users blue (1)
processes 200
"current items" shows nothing

Nor are my get's successful

Code
cache.set(key, EXPIRY, (Object)row) ;
OR
cache.add(key, EXPIRY, (Object)row) ;
int EXPIRY = 60*60*24*30*12 ; // 1 year
key value = "-149282939"
Object = "hibernate table object"

Question is how to debug if memcached has this value (for a particular key)
or not. With mySql you can do a simple db query to find out. Please advice.

Regards
Conny

Reply via email to