icecave/chastity

Distributed advisory locking for PHP.

0.1.3 2015-02-10 06:07 UTC

This package is auto-updated.

Last update: 2024-04-06 11:15:56 UTC


README

Build Status Test Coverage SemVer

Chastity provides an abstraction for acquiring and releasing advisory locks in a distributed environment.

Drivers

  • Redis
  • Redlock (not yet implemented)
  • PDO (not yet implemented)
  • MySQL advisory locks (not yet implemented)

Examples

Contact us