Hello monkers !! :) I'm using Cache::Memcached::libmemcached;
Here is what i want to do
But $mem is awlays true .... How should i do it?my $mem = Cache::Memcached::libmemcached->new( { servers => [ "$mcserv +er" ], compress_threshold => 10_000 } ); if ($mem) { my $tmp_value = $mem->get("tmpval"); } else { print "no conection to mem"; }
In reply to How to check connection to Cache::Memcached::libmemcached; by himik
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |