servicestack-ratelimit-redis
servicestack-ratelimit-redis copied to clipboard
A rate limiting plugin for ServiceStack that uses Redis for calculating and persisting request counts
When trying to update Servicestack packages in project up to version 5.1.0 I'm getting following error. > Unable to resolve dependencies. 'ServiceStack.Server 5.1.0' is not compatible with 'ServiceStack.RateLimit.Redis 4.0.11 constraint:...
Hi Scott, I am very tempted to use this plugin, but what is stopping me is that Id much rather declaratively set my limits on each operation/dto as an attribute,...
Once changes have been completed, eeadme will need updated to reflect configuring limitproviders and usage of attributes
The rate-limit data in the headers should be opt-in by default. EDIT: Perhaps configurable to one of three options 1. Limits and current request counts returned on every request -...