Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 383 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 383 Bytes

redis-ratelimit

Java port of RateLimit from chriso/redback node.js library.

To install:

mvn clean install

To use:

<dependency>
  <groupId>com.sentaca</groupId>
  <artifactId>redis-ratelimit</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>