redisearch-node
v0.0.0-development
Published
Node.js library for RediSearch Redis Module
Downloads
4
Maintainers
Readme
Redisearch Node
Redisearch Node is a typescript search engine library that utilizes the RediSearch Redis Module API.
NPM scripts
npm t
: Run test suitenpm start
: Runsnpm run build
in watch modenpm run test:watch
: Run test suite in interactive watch modenpm run test:prod
: Run linting and generate coveragenpm run build
: Generate bundles and typings, create docsnpm run lint
: Lints codenpm run commit
: Commit using conventional commit style (husky will tell you to use it if you haven't :wink:)
Credits
Based on awesome TypeScript library starter