{"library":"reds","type":"library","category":null,"description":"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.","language":"javascript","status":"maintenance","version":"1.0.0","tags":["javascript","redis","search","metaphone","phonetics","natural"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install reds","imports":["import reds from 'reds';","import { createSearch } from 'reds';","import { Search } from 'reds';","import { setClient } from 'reds';"]},{"cmd":"yarn add reds","imports":[]},{"cmd":"pnpm add reds","imports":[]}],"homepage":"https://github.com/visionmedia/reds#readme","github":"https://github.com/visionmedia/reds","docs":null,"changelog":null,"pypi":null,"npm":"reds","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}