reds
Version:
Redis search for node.js
75 lines (49 loc) • 1.45 kB
Markdown
1.0.0 /
==================
* Updated tests and benchmarks to take a connection object from an command line argument
* Updated creaky dependencies
* Added the ability to plug in new natural language processor and options
0.2.4 / 2013-08-10
==================
* add function to limit the number of results (pagination)
* fix failure on strings that do not contain words
0.2.3 / 2013-02-22
==================
* fix redis call to allow for multiple keywords
0.2.2 / 2012-10-08
==================
* update natural. Closes #16
0.2.1 / 2012-09-05
==================
* handle punctuation better [kbsymanz]
0.2.0 / 2012-08-21
==================
* add weighted search [kbsymanz]
* update redis dep
* update natural dep
0.1.4 / 2012-06-28
==================
* grr engines
0.1.2 / 2012-01-30
==================
* Upgrade natural dep. Closes #7
0.1.1 / 2011-11-16
==================
* Added support for node v0.5.x and v0.6.x
* Added `Query`
0.1.0 / 2011-07-28
==================
* Added `Search` to allow multiple searches namespaced within Redis
* Added _web-search_ example
* Added _web-index_ example
0.0.3 / 2011-07-27
==================
* Added simple example
* Changed: default `reds.search()` to intersection
0.0.2 / 2011-07-27
==================
* Added `make benchmark`
* Changed: generate only a single redis client
0.0.1 / 2011-07-27
==================
* Initial release