In One Minute : Redis

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, suc…


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


Print Share Comment Cite Upload Translate Updates
APA

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/

MLA
" » In One Minute : Redis." Rakesh KR | Sciencx - Friday October 7, 2022, https://www.scien.cx/2022/10/07/in-one-minute-redis/
HARVARD
Rakesh KR | Sciencx Friday October 7, 2022 » In One Minute : Redis., viewed ,<https://www.scien.cx/2022/10/07/in-one-minute-redis/>
VANCOUVER
Rakesh KR | Sciencx - » In One Minute : Redis. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/10/07/in-one-minute-redis/
CHICAGO
" » In One Minute : Redis." Rakesh KR | Sciencx - Accessed . https://www.scien.cx/2022/10/07/in-one-minute-redis/
IEEE
" » In One Minute : Redis." Rakesh KR | Sciencx [Online]. Available: https://www.scien.cx/2022/10/07/in-one-minute-redis/. [Accessed: ]
rf:citation
» In One Minute : Redis | Rakesh KR | Sciencx | 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.

You must be logged in to translate posts. Please log in or register.