Skip to content

eduardosoliv/chashing-bundle

Repository files navigation

Consistent hashing Symfony 2 bundle

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