strong-pubsub-redis

0.1.1 • Public • Published

strong-pubsub-redis

Redis Adapter for strong-pubsub

Installation

$ npm install strong-pubsub-redis

Use

var Client = require('strong-pubsub');
var Adapter = require('strong-pubsub-redis');

var client = new Client({host: 'http://my.message-broker.com', port: 3000}, Adapter);

client.publish('my topic', 'my message');

/strong-pubsub-redis/

    Package Sidebar

    Install

    npm i strong-pubsub-redis

    Weekly Downloads

    1

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • dhmlau
    • 0candy
    • hacksparrow
    • rfeng
    • bajtos
    • rmg
    • jerry-apic
    • theprez