Merge pull request #964 from abo/master

Add rerate(redis-based ratecounter & ratelimiter) to utilities
This commit is contained in:
Kirill Danshin 2016-06-22 10:57:44 +03:00 committed by GitHub
commit caec4fcc8a
1 changed files with 1 additions and 0 deletions

View File

@ -998,6 +998,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [pm](https://github.com/VividCortex/pm) - Process (i.e. goroutine) manager with an HTTP API.
* [profile](https://github.com/davecheney/profile) - Simple profiling support package for Go.
* [request](https://github.com/mozillazg/request) - Go HTTP Requests for Humans™.
* [rerate](https://github.com/abo/rerate) - Redis-based rate counter and rate limiter for Go.
* [rerun](https://github.com/ivpusic/rerun) - Recompiling and rerunning go apps when source changes.
* [resty](https://github.com/go-resty/resty) - Simple HTTP and REST client for Go inspired by Ruby rest-client.
* [robustly](https://github.com/VividCortex/robustly) - Runs functions resiliently, catching and restarting panics.