Skip to content
Q2136322
EntityQ2136322· pop 27· linked from 120 articles

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.

In the Vinony graph

Vinony's link graph records 120 inbound references to Q2136322, and connects out to source-available software, English language and YouTube.

It is catalogued under topics including Database caching, Database management systems and Distributed computing architecture.

Vinony links it to 24 Wikipedia language editions.

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

Source code

Link to the source-code README · 58,190 chars · not written by Vinony

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
inception
2009-05-08
Sources (11)

via Wikidata · CC0

~11 min read

Encyclopedic overview

14 sections
Contents
  • 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".

Excerpted from Wikipedia’s “Q2136322” article, available under the CC BY-SA 4.0 licence.

Connections

Categories