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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    431
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    431
  • 1.0.0
    1

Package Sidebar

Install

npm i redis-redisearch

Weekly Downloads

432

Version

1.0.1

License

MIT

Last publish

Collaborators

  • stockholmux