4ss078/redis

By 4ss078

Updated 9 months ago

Redis, Remote Dictionary Server is a source-available, in-memory storage, used as a distributed

Image
Databases & Storage
Networking
Security
0

9

Redis (Remote Dictionary Server) is a source-available, in-memory storage, used as a distributed, in-memory key–value database, cache and message broker, with optional durability. Because it holds all data in memory and because of its design, Redis offers low-latency reads and writes, making it particularly suitable for use cases that require a cache. Redis is the most popular NoSQL database, and one of the most popular databases overall. Redis is used in companies like Twitter, Airbnb, Tinder, Yahoo, Adobe, Hulu, Amazon and OpenAI.

Docker Pull Command

docker pull 4ss078/redis