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

This package is auto-updated.

Last update: 2024-04-25 22:23:47 UTC


README

  1. Installation:
    composer require chabior/php-redis-lock

  2. Config redis from env:
    Library uses two different env variables for redis configuration: REDIS_HOST and REDIS_PORT. They had to be manually set before usage of Config::fromEnv().