Skip to content

everlution/redlock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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