Setting up Redis as Cache Store
Spree comes pre-configured to use Redis for caching in production. Just set theREDIS_URL environment variable — no gem installation or code changes needed.
REDIS_URL is set, Spree automatically uses it for caching. When not set, it falls back to an in-memory cache store.

