redis-redisearch

1.0.1 • Public • Published

RediSearch Module plugin for node_redis

This package allows node_redis (2.8+) to interface with the Redis module RediSearch.

To use this module, you will need Redis 4.0 or higher and the redisearch module installed.

Usage

var
   redis       = require('redis'),
   redisearch  = require('redis-redisearch');

redisearch(redis);

The RediSearch commands will be mapped to javascript-friendly names (ft.create becomes client.ft_create).

Readme

Keywords

Package Sidebar

Install

npm i redis-redisearch

Weekly Downloads

313

Version

1.0.1

License

MIT

Last publish

Collaborators

  • stockholmux