redis_rate icon indicating copy to clipboard operation
redis_rate copied to clipboard

Provide a way to specify limit as string

Open fproulx-dfuse opened this issue 5 years ago • 2 comments

It'd be nice to specify the Limit via some string (like https://github.com/ulule/limiter does - which is nice, but I like the simplicity our your lib ) , that is very convenient when you want to specify the configuration in a command-line flag or config file. Ex. 5-S (5 per second), 100-M (100 per minute).

fproulx-dfuse avatar Aug 21 '19 17:08 fproulx-dfuse

GCRA implementation needs to allow for customizing both the rate and burst. Simplification may limit customization.

logicwonder avatar Nov 25 '19 03:11 logicwonder

GCRM implementation needs to allow for customizing both the rate and burst. Simplification may limit customization.

logicwonder avatar Nov 25 '19 03:11 logicwonder