Storage Backends
Halt keeps the same algorithms and policies across every backend pick the one that fits your infrastructure. For anything running more than one process, use Redis.
Redis
Atomic (Lua), cluster-safe, fail-open, sync + async.
In-Memory
Zero-setup store for development and single-process apps.
PostgreSQL
Durable, relational storage shared across instances.
MongoDB
Document storage with TTL indexes.
DynamoDB
AWS serverless, auto-scaling key-value storage.
Memcached
Low-latency distributed cache.