everlution/redlock

An implementation of the Redlock algorithm

Installs: 25 532

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 5

Forks: 0

Open Issues: 0

pkg:composer/everlution/redlock

v0.1.1-alpha 2015-10-24 22:12 UTC

This package is auto-updated.

Last update: 2025-09-28 12:10:51 UTC


README

A PHP implementation of the [Redlock] 1 algorithm.

Requirements

  • PHP >= 5.4
  • Redis >= 2.8 as using the [SCAN] 6 command

Installation (using composer)

You can find the library in packagist here.

{
  "require": {
    "everlution/redlock": "dev-master"
  }
}

Documentation

Read the documentation for dev-master

Contributors

  • [Michael Caldera] 5