kdyby / redis-active-lock
Redis redlock - active advisory locking mechanism
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/kdyby/redis-active-lock
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: 2025-09-22 06:00:13 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.