ashwinbhaskar / redisclient-rate-limit   4.0.0

GitHub

A light weight library to rate limit using token bucket algorithm

Scala versions: 2.13

redis-rate-limit 0.1.0


Group ID:
io.github.ashwinbhaskar
Artifact ID:
redis-rate-limit_2.13
Version:
0.1.0
Release Date:
Jan 14, 2022
Licenses:
Files:

libraryDependencies += "io.github.ashwinbhaskar" %% "redis-rate-limit" % "0.1.0"

Mill build tool

ivy"io.github.ashwinbhaskar::redis-rate-limit:0.1.0"

Scala CLI

//> using dep "io.github.ashwinbhaskar::redis-rate-limit:0.1.0"

Ammonite REPL

import $ivy.`io.github.ashwinbhaskar::redis-rate-limit:0.1.0`

<dependency>
  <groupId>io.github.ashwinbhaskar</groupId>
  <artifactId>redis-rate-limit_2.13</artifactId>
  <version>0.1.0</version>
</dependency>

compile group: 'io.github.ashwinbhaskar', name: 'redis-rate-limit_2.13', version: '0.1.0'