Rate Limiting a Golang API using Redis
To put Rate Limiting in simpler words, it is a technique in which we limit the number of requests a user or client can make to an API within a given time frame. You might have encountered in the past getting a "rate limit exceeded" message when you t...
Nov 13, 20246 min read98



