/redis-sliding-window-counter

Sliding window counter implementation based on Redis sorted sets

Primary LanguageJavaMIT LicenseMIT

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.