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

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/chabior/php-redis-lock

1.0.0 2018-10-25 10:08 UTC

This package is auto-updated.

Last update: 2025-09-26 01:12:40 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().