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

Redis Requirements

Redis supports AutoCore cache, queue, and transient coordination boundaries but is not transactional source of truth.

Redis is an external dependency used for cache and queue coordination. The edition profile supplies a namespace prefix so isolated installations do not intentionally share keys.

Redis is transient operational state. Preserve it when the deployment design requires queue continuity, but do not treat a Redis snapshot as a substitute for PostgreSQL or media backup.

Verification

Confirm the endpoint, authentication, namespace, persistence policy, and application connectivity. If Redis is unavailable, classify the resulting service state rather than claiming that the marketplace is fully ready.

Related articles