chabior / php-redis-lock
Redis Storage for php-lock
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/chabior/php-redis-lock
Requires
- php: ^7.2
- ext-redis: ^4.1.1
- chabior/php-lock: ^1.0
Requires (Dev)
- phpunit/phpunit: ^7
This package is auto-updated.
Last update: 2025-09-26 01:12:40 UTC
README
-
Installation:
composer require chabior/php-redis-lock
-
Config redis from env:
Library uses two different env variables for redis configuration:REDIS_HOST
andREDIS_PORT
. They had to be manually set before usage ofConfig::fromEnv()
.