in reply to Re: How to check connection to Cache::Memcached::libmemcached;
in thread How to check connection to Cache::Memcached::libmemcached;
when i do
The output is SUCCES. But the server is not valid one and I can not connect to it.my $mem = Cache::Memcached::libmemcached->new( { servers => [ "12133 +21" ], compress_threshold => 10_000 } ); print $mem->errstr;
|
|---|