RediSearch/RediSearch
RediSearch is a powerful Redis module that transforms Redis into a robust search and query engine, offering secondary indexing, full-text search, and vector similarity capabilities.
Core Features
Detailed Introduction
RediSearch extends Redis by providing a sophisticated query and indexing engine, enabling developers to perform advanced search operations directly on their Redis data. It leverages compressed, inverted indexes for efficient storage and fast retrieval, supporting features like exact-phrase matching, fuzzy search, and numeric filtering. Integrated into Redis 8+, RediSearch eliminates the need for separate search infrastructure for many use cases, making Redis a more versatile data platform for real-time search, AI-powered applications, and complex data aggregations.