OSS Tanbou

Redis — in-memory infrastructure for caching, data structures, search, and messaging

Discovery score 353.5OSS health 96
About these scores

Discovery score is an unbounded weighted, log-compressed index of stars, watchers, forks, and contributors. Growth momentum is its change over the observed period; OSS health is a 0–100 score from available repository recency, Community Health, and release data.

Stars
76,347
Primary language
C
License
Not determined
Repository last updated
Sep 10, 2026

Overview

Redis primarily works with data in memory and provides caching, sessions, key-value and document data, time series, search, queues, and Pub/Sub in one server. Applications manipulate real-time data structures through commands and language-specific clients.

Based on official documentation; not hands-on tested · Content checked:

Choose structures and processing features by use case

Strings, lists, sets, hashes, sorted sets, JSON, and other structures can implement counters, queues, leaderboards, and rate limits. Streams and Pub/Sub, full-text, vector, and geospatial search, aggregation, expiration, and eviction policies are also part of the surface.

Sources: [1]

For latency-sensitive shared state and event flows

It is a candidate for frequently read caches, sessions, rankings, job or event transport, search, and short-term state for AI applications. Operations can be selected among Redis Open Source, self-managed commercial software, and Redis Cloud.

Sources: [1]

Design for memory, persistence, and distribution licenses

Because data is kept primarily in memory, each workload needs explicit limits, expiration and eviction behavior, persistence, and recovery planning. Feature differences between Redis Open Source and commercial offerings also matter. The README states that certain Intel vector optimizations are incompatible with AGPLv3 or SSPLv1 use and are available only when Redis Open Source is distributed under RSALv2.

Sources: [1]

Official sources

  1. [1]Redis README(2026-09-12)
Supplemental curator note

Selected for rebuilding its positioning around search, vectors, and AI after a licensing crisis and competitive fork.

Growth trends

Last 30 days

76,347 Stars

Trend data is still being collected.

Built with

  • C

Categories and tags

GitHub Topics

  • database
  • key-value
  • nosql
  • redis
  • caching
  • distributed-systems
  • open-source
  • real-time
  • time-series
  • cache
  • in-memory
  • in-memory-database
GitHub dataView detailed GitHub data
Stars
76,347
Forks
24,801
Watchers
2,485
Open issues
2,262
Contributors
382
Primary language
C
License
Not determined
Repository last updated
Sep 10, 2026
Report incorrect information

Tell us if any listing information is incorrect or outdated.