eso/chashing-bundle

Consistent hashing

v0.1.2 2016-11-27 00:31 UTC

This package is not auto-updated.

Last update: 2024-04-24 09:20:06 UTC


README

Latest Stable Version Build Status Coverage Status

What does this bundle do?

Symfony 2 bundle that implements consistent hashing, one of the most know use case is in distributed caching, but can be used in other cases like shard data across multiple databases/servers.

The source code of this bundle is base Flexihash.

You can read more about consistent hashing in: http://www.tomkleinpeter.com/2008/03/17/programmers-toolbox-part-3-consistent-hashing/

Pull requests are welcome (see Contributing section).

Documentation

Index

Installation

Installation instructions are located in documentation.

License

This bundle is under the MIT license. See the complete license in:

Resources/meta/LICENSE