Skip to content

Solid Cache should be the default caching backend for Rails 8 #50443

@dhh

Description

@dhh

Like with Solid Queue, Solid Cache gives us a database-agnostic backend for Rails.cache that works well as an out-of-the-box default in production – without any configuration needed or dependencies (like Redis) required.

The tables should be setup out of the box with "rails new", but you should be able to avoid this using --skip-solid-cache or just --skip-solid.

Work outstanding:

  • Add size-based trimming to prevent SC from filling up tiny DBs.
  • Release Solid Cache 1.0

cc @djmb

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions