# RediSearch/RediSearch

A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations.

Repository: https://github.com/RediSearch/RediSearch
Canonical: https://ross.abutalabs.com/products/redisearch
Homepage: https://redis.io/docs/latest/develop/ai/search-and-query/
Language: Rust
License: NOASSERTION
License Family: other
Topics: redis, redis-module, search, search-engine, inverted-index, fulltext, vector-database, geospatial, gis
Last push: 2026-08-26T23:07:56+00:00

## Health v2 (maintenance only)
Score: 96/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 89, longevity 100
- inputs: {"age_days": 3772, "days_push": 7, "days_rel": 77, "gap_med": 0.0, "n_releases_24m": 45}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6218, forks 593 (observed 2026-08-28T04:09:40.628029+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: search-engine, vector-database, database
- domain: databases, developer-tools
- platform: self-hosted, rust
- tags: redis-module, full-text-search, secondary-indexing, vector-similarity, aggregations, geospatial, inverted-index, indexing, search, retrieval-augmented-generation, linux, macos, docker

## Member repositories
- RediSearch/RediSearch (main) score 96

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:40.628029+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:47:15.906800+00:00, confidence not recorded.
  - readme: https://github.com/RediSearch/RediSearch (fetched 2026-08-28T04:09:40.628029+00:00, sha f7f560f016bb)
  - homepage: https://redis.io/docs/latest/develop/ai/search-and-query/ (fetched 2026-08-29T08:43:43.717537+00:00, sha 23bd938ceddf)
  - site_page: https://redis.io/docs/latest/develop/ai/agent-builder (fetched 2026-08-29T08:43:43.719916+00:00, sha 3c0f20c8616b)
  - site_page: https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack (fetched 2026-08-29T08:43:43.721899+00:00, sha ad9fbb2b9cc6)
  - site_page: https://redis.io/docs/latest/develop/data-types (fetched 2026-08-29T08:43:43.723677+00:00, sha 349af348b168)
  - site_page: https://redis.io/docs/latest/develop/tools (fetched 2026-08-29T08:43:43.725690+00:00, sha 9766e66d53f5)
  - site_page: https://redis.io/docs/latest/operate/oss_and_stack (fetched 2026-08-29T08:43:43.727728+00:00, sha 3a14b9e8b81d)
  - site_page: https://redis.io/docs (fetched 2026-08-29T08:43:43.729820+00:00, sha a52f7d1aa690)
  - site_page: https://redis.io/docs/latest/develop (fetched 2026-08-29T08:43:43.731694+00:00, sha 08551405291f)
  - site_page: https://redis.io/docs/latest/develop/whats-new (fetched 2026-08-29T08:43:43.733530+00:00, sha 2101cc188adc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
