Download the PHP package mu/redis-limiter without Composer
On this page you can find all versions of the php package mu/redis-limiter. 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-limiter
使用方式
添加redis配置
配置限流规则
addItem() 配置的是限流的key
setMax() 配置的是限流规则,类似nginx限流规则
- 1r/s 表示每秒限一次
- 1r/m 每分钟一次
- 1r/h 每小时一次
- 1r/d 每天一次
3.实际项目中检查是否符合限流
完整demo
All versions of redis-limiter with dependencies
PHP Build Version
Package Version
Requires
ext-redis Version
*
The package mu/redis-limiter contains the following files
Loading the files please wait ....