RediSearch/RediSearch
A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations. 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
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
- readme: https://github.com/RediSearch/RediSearch · fetched 2026-08-28 · f7f560f016bb
- homepage: https://redis.io/docs/latest/develop/ai/search-and-query/ · fetched 2026-08-29 · 23bd938ceddf
- site_page: https://redis.io/docs/latest/develop/ai/agent-builder · fetched 2026-08-29 · 3c0f20c8616b
- site_page: https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack · fetched 2026-08-29 · ad9fbb2b9cc6
- site_page: https://redis.io/docs/latest/develop/data-types · fetched 2026-08-29 · 349af348b168
- site_page: https://redis.io/docs/latest/develop/tools · fetched 2026-08-29 · 9766e66d53f5
- site_page: https://redis.io/docs/latest/operate/oss_and_stack · fetched 2026-08-29 · 3a14b9e8b81d
- site_page: https://redis.io/docs · fetched 2026-08-29 · a52f7d1aa690
- site_page: https://redis.io/docs/latest/develop · fetched 2026-08-29 · 08551405291f
- site_page: https://redis.io/docs/latest/develop/whats-new · fetched 2026-08-29 · 2101cc188adc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| RediSearch/RediSearch | main | 96 |
For agents
markdown · JSON · MCP: product_card(name="RediSearch/RediSearch")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem