node_redis-redisearch

Node.js bindings for the RediSearch Redis module

MIT License

Downloads
748
Stars
12
Committers
4

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).

Package Rankings
Top 7.7% on Npmjs.org
Badges
Extracted from project README
Actions Status npm version