Ross ROSS = Recommend OSS · open-source software intelligence for agents

sewenew/redis-plus-plus

Redis client written in C++ observed · 2026-08-28

github.com/sewenew/redis-plus-plus · C++ · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

69/100

  • Activity 96
  • Release rhythm 16
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 143.0
  • age_days: 3182
  • days_rel: 406
  • days_push: 29
  • n_releases_24m: 3

Full methodology

Adoption not part of the score

1983 stars · 389 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

redis-plus-plus is a C++11 Redis client library built on hiredis, supporting most Redis commands plus Valkey, DragonflyDB, and KeyDB via RESP. It offers connection pooling, pipelines, transactions, pub/sub, Redis Cluster and Sentinel support, TLS, and sync, async, and coroutine interfaces.

Use cases

  • connect to redis from c++
  • use redis cluster in a c++ application
  • implement distributed locks with redlock in c++
  • publish and subscribe to redis channels from c++
  • pipeline redis commands for performance
  • connect to redis sentinel for high availability
  • use redis streams from c++
  • cache data in redis from a c++ service

When to choose

  • you need a modern, thread-safe C++ Redis client with C++11 compatibility
  • your app must work with Redis Cluster, Sentinel, or Redis-compatible stores like Valkey or DragonflyDB
  • you need async or coroutine-based Redis access in C++
  • you want TLS, pub/sub, pipelines, transactions, and Redlock in one library

When to avoid

  • you are not programming in C++ or need bindings for another language
  • you need a high-level ORM-like abstraction over Redis data structures
  • your project cannot depend on hiredis or manage native C++ dependencies

Facets

library · maturity stable

database-driver caching serialization databases developer-tools backend cpp cross-platform windows redis-client hiredis redis-cluster connection-pool redlock pub-sub pipeline tls-support coroutines async linux macos

1 source

Member repositories

RepositoryRoleHealth v2
sewenew/redis-plus-plusmain69

For agents

markdown · JSON · MCP: product_card(name="sewenew/redis-plus-plus")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem