A PHP implementation of the [Redlock] 1 algorithm.
- PHP >= 5.4
- Redis >= 2.8 as using the [SCAN] 6 command
You can find the library in packagist here.
{
"require": {
"everlution/redlock": "dev-master"
}
}
Read the documentation for dev-master
- [Michael Caldera] 5