Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 402 Bytes

index.md

File metadata and controls

7 lines (5 loc) · 402 Bytes

Persistence

Currently the following persistence implementations are available:

  1. In-memory: Volatile persistence mainly intended for development or testing purposes.
  2. Redis: Uses a Redis Cluster as a distributed key-value store.
  3. Postgres: Experimental, as performance measurements are missing.