Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: How to check connection to Cache::Memcached::libmemcached;

by himik (Acolyte)
on Nov 16, 2012 at 14:50 UTC ( [id://1004212]=note: print w/replies, xml ) Need Help??


in reply to How to check connection to Cache::Memcached::libmemcached;

I find way to do it, but .... I don't like it.

my $mem = Cache::Memcached::libmemcached->new( { servers => [ "testser +ver" ], compress_threshold => 10_000 } ); if (!($mem->set("tmpval", 0, 60);)) { print "no conection to mem"; }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1004212]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (7)
As of 2024-04-23 19:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found