Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-48390: Separate persistent and ephemeral Redis #1209

Merged
merged 1 commit into from
Jan 10, 2025
Merged

Conversation

rra
Copy link
Member

@rra rra commented Jan 10, 2025

Add a separate Redis client and connection pool for an ephemeral Redis instance and move OpenID Connect authentication codes into that Redis, rather than storing them in the same Redis as persistent data such as tokens. This ephemeral Redis will soon be used for rate limit data as well.

Add a separate Redis client and connection pool for an ephemeral Redis
instance and move OpenID Connect authentication codes into that Redis,
rather than storing them in the same Redis as persistent data such as
tokens. This ephemeral Redis will soon be used for rate limit data as
well.
@rra rra changed the title Separate persistent and ephemeral Redis DM-48390: Separate persistent and ephemeral Redis Jan 10, 2025
@rra rra merged commit 0fe0ac0 into main Jan 10, 2025
5 checks passed
@rra rra deleted the tickets/DM-48390 branch January 10, 2025 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant