Download the PHP package purelightme/redis-lock without Composer
On this page you can find all versions of the php package purelightme/redis-lock. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package redis-lock
Redis-Lock 分布式锁
- 使用lua原子操作,更安全
- 支持redis集群
- 支持自动续期(多进程实现,类似 java redisson 的 watch dog)
Install
Test
Demo
若不想要自动续期功能,可直接使用 RedisLock 类手动控制加锁释放锁
Requirement
- pcntl 扩展
- posix 扩展(可选)
使用场景
- 订单超时自动取消
- 定时生成系统报表数据
- crontab任务【可100%避免任务重叠导致的问题】
- ......
All versions of redis-lock with dependencies
PHP Build Version
Package Version
The package purelightme/redis-lock contains the following files
Loading the files please wait ....