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

Remove redis dependency #1367

Closed
gmmcal opened this issue Nov 16, 2024 · 1 comment
Closed

Remove redis dependency #1367

gmmcal opened this issue Nov 16, 2024 · 1 comment

Comments

@gmmcal
Copy link
Owner

gmmcal commented Nov 16, 2024

Rails 8 introduces the Solid Trifecta. They allow rails to operate many things under a database (like postgres) by default, and almost invalidates the need of using redis (for caching).

The goal is to get rid of

  • pub/sub setup. This is a huge overkill take works great, but makes upgrades much harder for no good reason. Likely, the best approach to this is move this mechanism into ActiveJob
  • Move cache towards solid_cache.
  • Move cable towards solid_cable.
  • Move ActiveJob towards solid_queue.
@gmmcal
Copy link
Owner Author

gmmcal commented Dec 1, 2024

Done on #1373

@gmmcal gmmcal closed this as completed Dec 1, 2024
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

No branches or pull requests

1 participant