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

Redis – Service synchronization issue

I've created two services. One of them (scheduler) only requests to the other (backoffice) for performing some "large" operations. When backoffice receives a request: first creates a mark (key on redis) in order to set that the process has started.…

VIEW QUESTION
Back To Top
Search