kdyby / redis-active-lock
Redis redlock - active advisory locking mechanism
dev-master / 1.0.x-dev
2016-09-05 22:58 UTC
Requires
- php: >=5.4
- ext-redis: *
- kdyby/strict-objects: ~1.0
- paragonie/random_compat: ^2.0
Requires (Dev)
- nette/tester: ~1.7
This package is auto-updated.
Last update: 2024-10-22 03:39:57 UTC
README
Requirements
Kdyby/RedisActiveLock requires PHP 5.4 or higher.
Installation
- Install latest stable Redis
- Install latest redis pecl extension
- Install Kdyby/RedisActiveLock to your project is using Composer:
$ composer require kdyby/redis-active-lock
Documentation
Learn more in the documentation.
Homepage http://www.kdyby.org and repository http://github.com/Kdyby/RedisActiveLock.