Solid Cache — the default
Production uses Solid Cache — the built-in cache store: the cache lives in your PostgreSQL database alongside everything else. There is nothing to configure, provision, or monitor — it works out of the box in every deployment.Swapping to Redis or Valkey
For high-traffic installs that want an in-memory cache, the swap is one line inconfig/environments/production.rb plus the gem:

