
Q2136322
Sign in to saveRedis (; Remote Dictionary Server) is an in-memory key–value database, used as a distributed 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.
Key facts
- Software.name
- Redis
- Software.logo
- Redis logo.svg
- Software.logo size
- 200px
- Software.author
- Salvatore Sanfilippo
- Software.developer
- Redis
- Software.programming language
- C
- Software.operating system
- Unix-like
- Software.language
- English
- Software.genre
- Data structure store, key–value database
- Software.license
- Redis Source Available License, SSPL or AGPL
via Wikipedia infobox
Wikidata facts
- Official website
- redis.io
Show 7 more facts
- software version identifier
- 8.6.2
- source code repository URL
- github.com/redis/redis
- social media followers
- 17769
- publication date
- 2009-04-10
- Commons category
- Redis
- Stack Exchange tag
- stackoverflow.com/tags/redis
- inception
- 2009-05-08
Sources (11)
via Wikidata · CC0
~11 min read
Article
14 sectionsContents
- History
- Differences from other database systems
- Features
- Persistence
- Replication
- Performance
- Clustering
- Use cases
- Library interfacing
- Users
- See also
- References
- Further reading
- External links
Redis (; Remote Dictionary Server) is an in-memory key–value database, used as a distributed 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.
The project was developed and maintained by Salvatore Sanfilippo, starting in 2009. From 2015 until 2020, he led a project core team sponsored by Redis Ltd. Salvatore Sanfilippo left Redis as the maintainer in 2020. In 2021 Redis Labs dropped the Labs from its name and now is known simply as "Redis".