omark
BrakePedal
by:
omark
cnielson
- 35,795 total downloads
- last updated 4/1/2016
- Latest version: 1.0.3
Brake Pedal is a general purpose throttling library. The library provides the following features:
- Time based throttling: limit X number of requests over Y time period.
- Locking: block requests after X attempts over Y time period for Z time period.
- Decoupled storage: you can use the bundled...
More information
- 28,583 total downloads
- last updated 4/1/2016
- Latest version: 1.0.3
The BrakePedal.Redis package contains an implementation of a Redis BrakePedal repository which uses StackExchange.Redis (https://github.com/StackExchange/StackExchange.Redis) for use with the BrakePedal library.
BrakePedal.Http
by:
omark
- 6,451 total downloads
- last updated 4/1/2016
- Latest version: 1.0.3
The BrakePedal.Http package provides code to use the BrakePedal library in a Web API application as an attribute, handler, or filter.