rate-limit-redis:用于Redis的express-rate-limit的速率限制存储

时间:2024-05-29 21:05:30
【文件属性】:

文件名称:rate-limit-redis:用于Redis的express-rate-limit的速率限制存储

文件大小:7KB

文件格式:ZIP

更新时间:2024-05-29 21:05:30

JavaScript

限速Redis Redis客户端,用于中间件。 安装 $ npm install --save rate-limit-redis 用法 const RateLimit = require ( "express-rate-limit" ) ; const RedisStore = require ( "rate-limit-redis" ) ; const limiter = new RateLimit ( { store : new RedisStore ( { // see Configuration } ) , max : 100 , // limit each IP to 100 requests per windowMs delayMs : 0 , // disable delaying - full speed until the max limit i


【文件预览】:
rate-limit-redis-main
----.jshintrc(209B)
----.github()
--------FUNDING.yml(17B)
----Gruntfile.js(1KB)
----lib()
--------redis-store.js(2KB)
----.travis.yml(868B)
----test()
--------test.js(4KB)
----README.md(3KB)
----.editorconfig(131B)
----.gitignore(19B)
----package.json(967B)

网友评论