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-10-26 01:22:34 UTC
README
-
Installation:
composer require chabior/php-redis-lock -
Config redis from env:
Library uses two different env variables for redis configuration:REDIS_HOSTandREDIS_PORT. They had to be manually set before usage ofConfig::fromEnv().