Skip to content
AutoCore1.0.0-rc.1 · Release Candidate
1.0.0-rc.1 · Release Candidate1 min read

Redis Configuration

Configure Redis endpoint, persistence, and namespace boundaries for AutoCore cache and queue coordination.

REDIS_URL is the runtime endpoint for Redis. Edition configuration supplies a cache prefix and queue namespace to keep installations separated. Redis state is operational and transient; it is not PostgreSQL authority.

Verification

Verify endpoint connectivity, namespace prefix, persistence expectations, and queue behavior. If a recovery discards transient Redis state, document the impact and rebuild or retry only through a source-supported path.

Related articles