Redis

Data Stores

Caching and task brokering where a round trip needs to disappear.

An in-memory data store used as a cache, a queue and a coordination primitive, with optional persistence.

How we use it

Caching and short-lived coordination. Anything that must survive a restart goes to Postgres: a cache that is treated as a database is a data-loss incident waiting for a deploy.

7

Version

7

systems