2017 © Pedro Peláez
 

library redlock

An implementation of the Redlock algorithm

image

everlution/redlock

An implementation of the Redlock algorithm

  • Sunday, October 25, 2015
  • by michcald
  • Repository
  • 5 Watchers
  • 6 Stars
  • 19,645 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 3 Versions
  • 3 % Grown

The README.md

Redlock

A PHP implementation of the Redlock algorithm., (*1)

Requirements

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

Installation (using composer)

You can find the library in packagist here., (*2)

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

Documentation

Read the documentation for dev-master, (*3)

Contributors

The Versions

25/10 2015

dev-master

9999999-dev

An implementation of the Redlock algorithm

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4

 

The Development Requires

redlock distributed locks

25/10 2015

v0.1.1-alpha

0.1.1.0-alpha

An implementation of the Redlock algorithm

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4

 

The Development Requires

redlock distributed locks

18/05 2015

v0.1.0-alpha

0.1.0.0-alpha

An implementation of the Redlock algorithm

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

redlock distributed locks