igorkasyanchuk/rails_performance

Feature Request: Make Redis optional

Open

#106 opened on Nov 4, 2024

 (5 comments) (9 reactions) (0 assignees)Ruby (91 forks)github user discovery
help wanted

Repository metrics

Stars
 (1,237 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Rails 8 defaults to solid_cache, which uses a database backend. Alas, rails_performance is dependent on Redis.

I would prefer it to be optional.

Contributor guide