Skip to content

korotovsky/redlock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 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

About

A PHP implementation of the Redlock algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.2%
  • Ruby 2.2%
  • Shell 0.6%