Software Details:
Version: 0.2.5
Upload Date: 1 Mar 15
Distribution Type: Freeware
Downloads: 586
Reds is basically a server-side JavaScript search engine that can be added to any Node.js web app.
It indexes text-based data, storing it in a Redis database, where it's easier to query at faster results than parsing the text's real location.
This is done for speed mainly, but also for easier maintenance as well.
Reds was specifically developed to be used for Kue.
What is new in this release:
- Added function to limit the number of results (pagination).
- Fixed failure on strings that do not contain words.
What is new in version 0.2.2:
- Update natural.
What is new in version 0.2.1:
- Handle punctuation better.
What is new in version 0.2.0:
- Updated Redis dependency.
- Updated natural dependency.
What is new in version 0.1.2:
- Upgrade natural dep.
What is new in version 0.1.1:
- Added support for node v0.5.x and v0.6.x.
- Added Query.
What is new in version 0.1.0:
- Added Search to allow multiple searches namespaced within Redis.
- Added web-search example.
- Added web-index example.
Requirements:
- Node.js
- Redis
Comments not found