frequency-limit-golang
Introduction
This is a frequency-limiting strategy based on Redis, which can be applied to frequency limiting and circuit breaking for SMS, email, API calls, and other scenarios. This solution is more suitable for low-frequency application scenarios.
Thanks to the following open source projects:
- go-redis
- [uuid](github.com/google/uuid v1.6.0)
- [cast](github.com/spf13/cast v1.6.0)