jimtonic / php-redis-lock-handler
This library provides a locking mechanism for distributed php applications based on Redis.
dev-master
2015-11-09 19:21 UTC
Requires
- php: >=5.3.2
- predis/predis: ^1.0
Requires (Dev)
- phpunit/phpunit: ^4.0
This package is not auto-updated.
Last update: 2025-07-19 23:16:24 UTC
README
This library provides a locking mechanism for distributed php applications based on Redis.
Requirements
- A Redis server (see redis.io)
Installation
Add the jimtonic/redis-lock-handler package to your require section in the composer.json file.
$ composer require jimtonic/php-redis-lock-handler