skip to Main Content

Redis Rate Limiter Pattern

I am trying to use Redis Rate limiting patter as specified in https://redis.io/commands/incr under "Pattern: Rate limiter 1". But how can I scale this in case I want to do rate limiting across multiple servers. Like I have service deployed…

VIEW QUESTION
Back To Top
Search