A mutex management library for LiteRT.
Supports mutex based on following drivers:
- FileSystem
- Redis (PECL Extension)
- Memcached (PECL Extension)
- Memcache (PECL Extension)
- APCu (PECL Extension)
Only the specific one PECL extension is required when you are using a driver.
It's recommended to install by composer:
composer require litert/mutex
Or just git clone this repository, and put the lib directory into you project.
This library is published under Apache-2.0 license.