Use Redis 7 EXPIRETIME command for calculating rate limit state#7776
Merged
mitchellhenke merged 6 commits intomainfrom May 4, 2023
Merged
Use Redis 7 EXPIRETIME command for calculating rate limit state#7776mitchellhenke merged 6 commits intomainfrom
mitchellhenke merged 6 commits intomainfrom
Conversation
Contributor
Author
|
Looks like https://github.com/resque/redis-namespace does not support |
Contributor
Author
|
Opened resque/redis-namespace#221 to hopefully add it |
3ad6f72 to
80a471e
Compare
This was referenced Mar 10, 2023
80a471e to
c56f416
Compare
a3f03ba to
6ff0e11
Compare
zachmargolis
approved these changes
Mar 15, 2023
f60dd2f to
a61407e
Compare
a61407e to
31c4e91
Compare
31c4e91 to
5ac55c0
Compare
added 6 commits
May 4, 2023 10:09
changelog: Internal, Rate Limiting, Use Redis 7 EXPIRETIME command for calculating rate limit state
5ac55c0 to
3acf991
Compare
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🛠 Summary of changes
Last week's infrastructure deploy included the upgrade from Redis 6 to Redis 7 (https://github.com/18F/identity-devops/pull/5751). With the upgrade complete and settled in, we can make use of the new Redis 7 command that should be a bit more stable for our usage.