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
I have an issue with the middleware feature when "expire" option is not specified. X-RateLimit-Remaning is only decremented by 1.
When I take a look to redis monitor with the command below
redis-cli monitor
I don't see any SET event, unlike the case when the "expire" option is specified.
Is it Redis bug function ?
Thank you for your quick response.
My bad, I didn't notice that "expire" field was required. I should have read the documentation more carefully.
However, it would be nice to have this as a feature.
I have an issue with the middleware feature when "expire" option is not specified. X-RateLimit-Remaning is only decremented by 1.
When I take a look to redis monitor with the command below
I don't see any SET event, unlike the case when the "expire" option is specified.
Is it Redis bug function ?
The code :
The text was updated successfully, but these errors were encountered: