#16 · Primary category: Vector Databases
RediSearch
A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations.
Project last updated:08/29/26
GitHub Stars
6.2K
Forks
595
Contributors
146
License
Other
Why we included this project
RediSearch is a Redis module that turns the datastore you may already run into a search engine, so teams don't have to stand up a separate search service. You declare indexes over Redis hashes and then query them with full-text operators such as fuzzy matching, exact phrases, and numeric filters, plus geospatial lookups and aggregations. The same indexes support vector similarity search, which means embedding-based retrieval can live alongside ordinary filters in one system instead of forcing you to stitch together separate full-text and vector databases. Anyone on Redis who wants low-latency lexical and semantic search without another moving part will find that useful. Note that Redis 8 now ships this engine built in, so the module itself may already be available in your setup.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
supabase
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
tidb
TiDB is built for agentic workloads that grow unpredictably, with ACID guarantees and native support for transactions, analytics, and vector search. No data silos. No noisy neighbors. No infrastructure ceiling.
milvus
Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search
qdrant
Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
chroma
Search infrastructure for AI