Software Engineering KB

Home

❯

03 Data Management

❯

01 NoSQL Databases

❯

01 Concept

❯

Redis

Redis

Feb 10, 20261 min read

  • nosql
  • key-value
  • redis

Redis

← Back to Key-Value Stores

Open source (BSD, later SSPL) in-memory data store with rich data structures (lists, sets, sorted sets, streams), pub/sub, and Lua scripting. Also used as cache, message broker, and rate limiter.

Key Properties

  • In-Memory Data Store
  • Rich Data Structures
  • Pub Sub
  • Lua Scripting

nosql key-value redis


Graph View

  • Redis
  • Key Properties

Backlinks

  • Software Engineering - Map of Content
  • Key-Value Stores
  • In-Memory Data Store
  • Rich Data Structures

Created with Quartz v4.5.2 © 2026

  • GitHub