We handle
- Instance provisioning, memory ceiling, and eviction policy
- Patching and version upgrades
- Private networking and credential management
- Monitoring memory pressure and warning you before eviction bites
A Redis-compatible cache with an eviction policy you chose on purpose.
Caches fail interestingly. An instance with no memory ceiling takes down its host; an instance with the wrong eviction policy silently discards the session store. We set both explicitly at provisioning and write down which one you chose.
This is a cache and a queue backend, not a database. It is not backed up, and that is intentional: if losing the contents would be a problem, the data belongs in MariaDB or PostgreSQL instead. We will say so during setup.
| Engine | Redis-compatible, current stable release |
|---|---|
| Memory | 512 MB with an enforced ceiling |
| Eviction | Chosen at provisioning and documented |
| Persistence | Off by default; append-only available on request |
| Access | Private in-cluster hostname only |
| Backups | None by design; not a system of record |
| Metrics | Memory, keyspace, and eviction counters on request |
Written down so there is no argument about it later.
Operator-provisioned, usually same business day, once you confirm the intended use so we can pick the correct eviction policy.
One application container and one managed database, wired together.
$19 /mo
View details
Redundant application instances, a larger database, and a change process.
$59 /mo
View details
A dedicated schema on our data tier, backed up and patched by us.
$8 /mo
View details
A PostgreSQL database with extensions, backups, and an operator.
$10 /mo
View details