Skip to content

Commit

Permalink
add status image
Browse files Browse the repository at this point in the history
  • Loading branch information
Shareed2k committed Mar 23, 2020
1 parent 333c289 commit e61b52a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Rate limiting with few algorithms

[![Build Status](https://travis-ci.org/Shareed2k/go_limiter.svg?branch=master)](github.com/shareed2k/go_limiter)

This package is based on [go-redis/redis_rate](github.com/go-redis/redis_rate) and implements GCRA (aka leaky bucket) for rate limiting based on Redis. The code requires Redis version 3.2 or newer since it relies on replicate_commands feature.

## Installation
Expand Down

0 comments on commit e61b52a

Please sign in to comment.