| Cache-Memcached-AnyEvent documentation | view source | Contained in the Cache-Memcached-AnyEvent distribution. |
Cache::Memcached::AnyEvent::Protocol::Text - Implements Memcached Text Protocol
use Cache::Memcached::AnyEvent;
my $memd = Cache::Memcached::AnyEvent->new({
...
protocol_class => 'Text', # Default so you can omit
});
| Cache-Memcached-AnyEvent documentation | view source | Contained in the Cache-Memcached-AnyEvent distribution. |