Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 736 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 736 Bytes

Redlock

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