ioredisearch
Version:
Client library for RediSearch Redis Module, designed to work in conjunction with ioredis
18 lines (12 loc) • 809 B
Markdown
# Redisearch Node
Client library for [RediSearch](http://redisearch.io/) Redis Module, designed to work in conjunction with [ioredis](https://www.npmjs.com/package/ioredis).
### NPM scripts
- `npm t`: Run test suite
- `npm start`: Runs `npm run build` in watch mode
- `npm run test:watch`: Run test suite in [interactive watch mode](http://facebook.github.io/jest/docs/cli.html#watch)
- `npm run test:prod`: Run linting and generate coverage
- `npm run build`: Generate bundles and typings, create docs
- `npm run lint`: Lints code
- `npm run commit`: Commit using conventional commit style ([husky](https://github.com/typicode/husky) will tell you to use it if you haven't :wink:)
## Credits
Based on awesome [TypeScript library starter](https://github.com/alexjoverm/typescript-library-starter)