redisearchclient
v1.0.1
Published
Client library to abstract RediSearch commands
Downloads
39
Readme
RediSearchClient
Abstracts RediSearch commands into a more useful and expressive syntax for Javascript. Also parses results so you don't have to.
See blog Mastering RediSearch Part II for more info.
Install?
npm install redisearchclient --save
Example?
See shakespeare.example.node.js