| Cache-Memcached-AnyEvent documentation | view source | Contained in the Cache-Memcached-AnyEvent distribution. |
Cache::Memcached::AnyEvent::Selector::Ketama - Ketama Server Selection Algorithm =head1 SYNOPSIS
use Cache::Memcached::AnyEvent;
my $memd = Cache::Memcached::AnyEvent->new({
...
selector_class => 'Ketama',
});
Implements the ketama server selection mechanism,
Constructor.
Called when a new server set is given
Returns the AnyEvent handle that is responsible for handling $key
| Cache-Memcached-AnyEvent documentation | view source | Contained in the Cache-Memcached-AnyEvent distribution. |