reds
JSON →Reds is a light-weight Redis search library for Node.js, currently at version 1.0.0. It uses phonetic matching via the natural module (metaphone) to provide simple full-text search capabilities over Redis sets. Reds is designed for small-scale projects where a full search engine is overkill, and integrates easily with existing Redis setups. It supports both intersection (default) and union query modes. Version 1.0.0 requires re-indexing of documents indexed with older versions due to natural module upgrades. The library is stable but in maintenance mode with infrequent updates.
Resources
packagereds ↗