halilduygulu / redis-sliding-window-counter

Sliding window counter implementation based on Redis sorted sets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Java 100.0%