This website requires JavaScript.
Explore
Help
Sign in
scratchfoundation
/
node-redis-rate-limiter
Watch
1
Star
0
Fork
You've already forked node-redis-rate-limiter
0
mirror of
https://github.com/scratchfoundation/node-redis-rate-limiter.git
synced
2024-12-02 20:17:03 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8d92f4df7e
node-redis-rate-limiter
/
lib
/
index.js
4 lines
94 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial commit
2014-08-21 02:20:59 -04:00
Extract rate limiter as its own module, with middleware on top
2014-08-21 23:51:33 -04:00
exports
.
create
=
require
(
'./rate-limiter'
)
;
exports
.
middleware
=
require
(
'./middleware'
)
;
Reference in a new issue
Copy permalink