Skip to content
Elliot Hesp edited this page Jul 28, 2016 · 6 revisions

RediBox is a library which utilises the power of Redis to bring PUBSUB subscription management to Node.JS.

Under the hood, RediBox uses ioredis to communicate with Redis.

Features

RediBox offers out of the box support for clusters, sentinels and standalone Redis servers. It provide utilities for Redis client connection monitoring, scaling cluster reads with READONLY, advanced subscriptions via PUBSUB, lua script management and executing commands against a cluster.

It is also highly extensible via Hooks.

Prerequisites

  • Node.JS version 6.*
  • NPM 3.*
  • Redis >=2.6.12

Tutorial

Clone this wiki locally