Skip to content
New issue

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

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

Already on GitHub? # to your account

Transition Redis to Serverless Instance #662

Open
bryan-robitaille opened this issue May 10, 2024 · 0 comments
Open

Transition Redis to Serverless Instance #662

bryan-robitaille opened this issue May 10, 2024 · 0 comments
Labels
Core enhancement New feature or request

Comments

@bryan-robitaille
Copy link
Contributor

bryan-robitaille commented May 10, 2024

Transition our Redis cluster from using a consistent reserved capacity (cache.t2.micro) to a serverless engine.

Pros:

  • Reduced costs
  • Ability to scale independently
  • Leverage latest Redis engine (7.2)
    • Allows to leverage new JSON type instead of converting form configurations to strings.

Cons:

  • Request application mitigation so that there is no downtime during the Production release.
@srtalbot srtalbot added the enhancement New feature or request label May 13, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Core enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants