-
Notifications
You must be signed in to change notification settings - Fork 1
Overview
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.
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.
- Node.JS version 6.*
- NPM 3.*
- Redis >=2.6.12