Data modelling - Technology
Redis
In-memory data store often used for caching, sessions and fast lookups
What's it for?
Keeps frequently used information in very fast memory so applications can retrieve it quickly.
For example…
A website stores logged-in user sessions in Redis so each request can retrieve session data very quickly
An API caches frequently requested product prices in Redis to avoid querying the main database on every request