NAME

Hash::GuavaRing - Consistent ring hashing using guava hash

SYNOPSIS

use Hash::GuavaRing;

my $ring = Hash::GuavaRing->new(
  nodes => [
    $node0,
    $node1,
  ]
);

my $node = $ring->get("key");

DESCRIPTION

Blah blah blah.

SEE ALSO

https://github.com/Mons/guava-hash

AUTHOR

Sveta Kotleta <sveta@svetakotleta.ru>

ACKNOWLEDGEMENTS

Mons Anderson <mons@cpan.org>

LICENSE

Copyright (C) 2017 by Sveta Kotleta

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.18.2 or, at your option, any later version of Perl 5 you may have available.