ratelimitj icon indicating copy to clipboard operation
ratelimitj copied to clipboard

A Java library for Rate-Limiting, providing extensible storage and application framework adaptors.

Results 21 ratelimitj issues
Sort by recently updated
recently updated
newest added

The `RedisClient` docs say: > [RedisClient](https://lettuce.io/core/release/api/io/lettuce/core/RedisClient.html) is an expensive resource. It holds a set of netty's [EventLoopGroup](https://netty.io/4.1/api/io/netty/channel/EventLoopGroup.html?is-external=true)'s that use multiple threads. Reuse this instance as much as possible or share...