Download the PHP package toanppp/php-redis-lock without Composer
On this page you can find all versions of the php package toanppp/php-redis-lock. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download toanppp/php-redis-lock
More information about toanppp/php-redis-lock
Files in toanppp/php-redis-lock
Download toanppp/php-redis-lock
More information about toanppp/php-redis-lock
Files in toanppp/php-redis-lock
Vendor toanppp
Package php-redis-lock
Short Description Access synchronization mechanism.
License MIT
Package php-redis-lock
Short Description Access synchronization mechanism.
License MIT
Please rate this library. Is it a good library?
Informations about the package php-redis-lock
PHP Redis Lock
About
Access synchronization mechanism.
Installation
Methods
RedisLock :: getInstance ( string
host, int
port )
Create or get singleton instance of RedisLock.
RedisLock :: acquire ( string
key, string
| null
type = null
)
Lock a key, with or without type.
RedisLock :: release ( string
key )
Release a key.
RedisLock :: releaseByType ( string
type )
Release a key by type.
All versions of php-redis-lock with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
ext-redis Version *
ext-redis Version *
The package toanppp/php-redis-lock contains the following files
Loading the files please wait ....