
ShardedKV::Continuum::Ketama - Continuum implementation based on ketama consistent hashing

version 0.17

use ShardedKV;
use ShardedKV::Continuum::Ketama;
my $skv = ShardedKV->new(
continuum => ShardedKV::Continuum::Ketama->new(
from => [ [shard1 => 100], [shard2 => 200], ... ],
),
storages => {...},
);

A continuum implementation based on ketama consistent hashing. See Algorithm::ConsistentHash::Ketama.



This software is copyright (c) 2013 by Steffen Mueller.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.