eso / chashing-bundle
Consistent hashing
Installs: 40
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 3
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.4.0
Requires (Dev)
- phpunit/phpunit: ~3.7.24
- squizlabs/php_codesniffer: ~1.5.0
This package is not auto-updated.
Last update: 2024-11-20 12:06:04 UTC
README
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
Installation
Installation instructions are located in documentation.
License
This bundle is under the MIT license. See the complete license in:
Resources/meta/LICENSE