Skip to content

halilduygulu/redis-sliding-window-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redis-sliding-window-counter

Sliding window counter implementation based on Redis sorted sets

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.

About

Sliding window counter implementation based on Redis sorted sets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages