GraphQL-Gate icon indicating copy to clipboard operation
GraphQL-Gate copied to clipboard

Rate limiting algos should handle error on unsussesful redis connection

Open evanmcneely opened this issue 3 years ago • 0 comments

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.

evanmcneely avatar Jun 02 '22 17:06 evanmcneely