solid-cache-coder

Installation
SKILL.md

Solid Cache Coder

Overview

Solid Cache is Rails 8's default cache backend—a database-backed cache store using NVMe storage instead of RAM. It eliminates the need for Redis/Memcached while providing FIFO eviction.

Configuration

Basic Setup

# config/environments/production.rb
config.cache_store = :solid_cache_store

Advanced Configuration

Related skills
Installs
36
GitHub Stars
39
First Seen
Feb 5, 2026