redis-backoff:指数退避 w Redis,专为密码重试而设计

时间:2024-07-22 15:49:15
【文件属性】:

文件名称:redis-backoff:指数退避 w Redis,专为密码重试而设计

文件大小:5KB

文件格式:ZIP

更新时间:2024-07-22 15:49:15

JavaScript

redis-backoff 使用 redis 的指数退避。 专为密码而设计。 例子 var backoff = require ( 'redis-backoff' ) ( { client : require ( 'then-redis' ) . createClient ( 'tcp://localhost' ) } ) ; app . use ( function * ( next ) { var credentials = yield parse ( this ) ; var username = credentials . username ; // keys to limit against var keys = [ username , // limit by the username this . ip , // limit by th


【文件预览】:
redis-backoff-master
----.travis.yml(182B)
----LICENSE(1KB)
----test()
--------index.js(850B)
----README.md(3KB)
----.gitignore(46B)
----index.js(2KB)
----package.json(855B)

网友评论