Redis logo

Redis

Stores data structures in memory and persists them on disk.

Made by Salvatore Sanfilippo

  • Developer Tools

  • development

  • NoSQL

  • In-Memory Distributed Cache

  • Database

  • key-value

What is Redis?

Redis is an open-source, networked, in-memory data store that provides optional durability through disk persistence. It is often described as an advanced key-value store, as its keys can contain various data structures such as strings, hashes, lists, sets, and sorted sets. Redis serves as a flexible and versatile platform, enabling users to leverage its powerful data management capabilities across a wide range of applications

Highlights

  • In-memory data storage with optional disk persistence for data durability
  • Support for diverse data structures including strings, hashes, lists, sets, and sorted sets
  • Networked architecture allowing remote access and distribution of data
  • Open-source, allowing for community-driven development and customization
  • Flexible and versatile platform suitable for a variety of use cases

Platforms

  • Mac
  • Web
  • BSD
  • Linux
  • Self-Hosted

Languages

  • English

Features

    • In-memory database