This content originally appeared on DEV Community 👩💻👨💻 and was authored by Rakesh KR
Redis (Remote Dictionary Server)
Redis is an in-memory data structure store, used as a distributed, in-memory key–value database, cache and message broker, with optional durability.
Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, HyperLogLogs, bitmaps, streams, and spatial indices. The project was developed and maintained by Salvatore Sanfilippo, starting in 2009.
Redis popularized the idea of a system that can be considered a store and a cache at the same time. It was designed so that data is always modified and read from the main computer memory, but also stored on disk in a format that is unsuitable for random data access.
According to monthly DB-Engines rankings, Redis is often the most popular key–value database. Redis has also been ranked the #4 NoSQL database in user satisfaction and market presence based on user reviews, the most popular NoSQL database in containers.
Official website : https://redis.io/
This content originally appeared on DEV Community 👩💻👨💻 and was authored by Rakesh KR
Rakesh KR | Sciencx (2022-10-07T19:14:06+00:00) In One Minute : Redis. Retrieved from https://www.scien.cx/2022/10/07/in-one-minute-redis/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.