redis-index

JSON →
library 4.1.0 ·javascript
verified Jun 7, 2026

Index and query arbitrary JavaScript objects using Redis. Version 4.1.0 provides a simple API to index objects by fields and perform search queries with OR conditions, full-text search, sorting, paging, and compression. It supports callbacks and Promises, and offers schema-based indexing. Compared to RediSearch, redis-index is a lightweight library that works with standard Redis (no modules needed), but lacks advanced query features like aggregation and ranked search. Active maintenance on GitHub with regular releases.