Currently the following persistence implementations are available:
- In-memory: Volatile persistence mainly intended for development or testing purposes.
- Redis: Uses a Redis Cluster as a distributed key-value store.
- Postgres: Experimental, as performance measurements are missing.