Library
Redis
0views0comments
A high-performance in-memory data store used for caching, messaging and queues.
Overview
Redis is an in-memory key-value store known for extremely fast reads and writes.
Highlights
Sub-millisecond latency, multiple data structures (strings, hashes, lists, sorted sets), and the foundation behind BullMQ.
When to use it
Used as a cache, session store, or message broker for background job queues.
Tags
rediscache
Category
Library · Open source projects