You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when making a redis command like setex() or get(), if the connection to redis fails the function will fail silently. Refactor the algo to handle these edge cases.
The text was updated successfully, but these errors were encountered:
evanmcneely
changed the title
refactor token bucket algo to handle error on unsussesful redis connection
Rate limiting algos should handle error on unsussesful redis connection
Aug 6, 2022
when making a redis command like
setex()
orget()
, if the connection to redis fails the function will fail silently. Refactor the algo to handle these edge cases.The text was updated successfully, but these errors were encountered: