service-fabric-distributed-cache
service-fabric-distributed-cache copied to clipboard
Support for Rate Limiting functionality
Redis is often used for Rate Limiting API calls, however this might be a great feature to add directly to this project?
For example consider implementing:
- SteppingTimeWindow
- SlidingTimeWindow
- LeakyBucket
Thanks for the information. That does sound like a great feature we might have to add in the future.