Skip to content

stockholmux/node_redis-redisearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actions Status npm version

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

About

Node.js bindings for the RediSearch Redis module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •