diff --git a/docs/deploy.md b/docs/deploy.md index f2b340b..137094c 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -268,13 +268,6 @@ durability changes. would actually hurt, it isn't queue or cache state — it's a system of record, and it belongs in Postgres (which *is* backed up), not a local mount. -!!! tip "Sometimes you don't need Redis at all" - For the dead-simple case — **one process draining its own queue** — a **SQLite file** - under the mounts dir does the job with no extra container: atomic commits, crash-safe, - zero infra. Reach for Redis when it's actually doing queue *things* (multiple workers, - blocking pops, streams / consumer groups, pub/sub) or when it's already in your compose - for something else. - ### The rules !!! danger "Don't do these"