By clicking "Sign in with Google" above, you acknowledge that
you have read and understood, and agree to importStack's
Terms of Service
and
Privacy Policy.
Redisearch implements a secondary index on top of Redis, but unlike other Redis indexing libraries, it does not use internal data structures such as sorted sets.
This also enables more advanced features, such as multi-field queries, aggregation, and full text search capabilites. These capabilities include exact phrase matching and numeric filtering for text queries, something that is neither possible or efficient with traditional Redis indexing approaches.