Skip to content

logocomune/yarl

Repository files navigation

YARL - Yet Another Rate Limit

Build Status Go Report Card codecov YARL is a golang library that limits the rate of operations per unit time.

It uses as backend:

  • in memory (lru cache)
  • redis (redigo and radix)

Installation

go get -u github.com/logocomune/yarl