Skip to content

halilduygulu/redis-sliding-window-counter-nodejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sliding window counter using Redis

It uses ZSET data type of Redis to count for every key. Multiple increments in a millisecond is supported.

There are 2 implementations for Node.js and Java.

Originally forked from https://github.com/chriskinsman/redis-ratelimit

About

Sliding window counter implementation based on Redis sorted sets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%