chabior / php-redis-lock
There is no license information available for the latest version (1.0.0) of this package.
Redis Storage for php-lock
1.0.0
2018-10-25 10:08 UTC
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: 2024-10-25 23:23:35 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()
.