dbstack

Index Sections Key-value

§ Section · Key-value

Key-value stores.

In-memory data stores for caching, sessions, and high-throughput simple lookups.

KV stores trade query expressiveness for raw speed. They sit in front of databases as caches, handle session storage and rate limiting, and serve as lightweight queues and pub/sub brokers.

§ Tracked

2 tools · Ranked by stars

  1. 01

    Redis

    An in-memory data structure store used as a cache, queue, and pub/sub broker.

    caching

  2. 02

    DragonflyDB

    A drop-in Redis replacement with significantly higher per-node throughput.

    redis-compatible

§ Other Sections