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

RediSearch/RediSearch

A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations. observed · 2026-08-28

github.com/RediSearch/RediSearch · homepage · Rust · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

96/100

  • Activity 99
  • Release rhythm 89
  • Longevity 100

Flags: no_license

How is this computed?

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

  • gap_med: 0.0
  • age_days: 3772
  • days_rel: 77
  • days_push: 7
  • n_releases_24m: 45

Full methodology

Adoption not part of the score

6218 stars · 593 forks observed · 2026-08-28

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

RediSearch is a Redis module providing a query and indexing engine with secondary indexing, full-text search, vector similarity search, geospatial queries, and aggregations. Starting with Redis 8, it is integrated into Redis itself and no longer released as a standalone module.

Use cases

  • add full-text search to my redis data
  • use redis as a vector database for embeddings
  • build secondary indexes over redis hashes and json
  • run semantic search for a RAG application
  • filter and aggregate redis documents with a query language
  • geospatial radius queries over stored locations

When to choose

  • you already run Redis and need search, indexing, or vector similarity without a separate database
  • you want low-latency full-text and vector search backed by compressed inverted indexes
  • you need document, vector, and geospatial querying in one in-memory store

When to avoid

  • you need a standalone module install - it is now part of Redis 8 and no longer released separately
  • you need disk-based or very large-than-memory datasets
  • you require a non-Redis database or 32-bit systems (unsupported)

Facets

library · maturity maintenance

search-engine vector-database database databases developer-tools self-hosted rust redis-module full-text-search secondary-indexing vector-similarity aggregations geospatial inverted-index indexing search retrieval-augmented-generation linux macos docker

10 sources

Member repositories

RepositoryRoleHealth v2
RediSearch/RediSearchmain96

For agents

markdown · JSON · MCP: product_card(name="RediSearch/RediSearch")

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