Skip to content

Instantly share code, notes, and snippets.

@reu
Created April 9, 2013 01:51
Show Gist options
  • Save reu/5342276 to your computer and use it in GitHub Desktop.
Save reu/5342276 to your computer and use it in GitHub Desktop.
node.js redis pub-sub example
var redis = require("redis")
, subscriber = redis.createClient()
, publisher = redis.createClient();
subscriber.on("message", function(channel, message) {
console.log("Message '" + message + "' on channel '" + channel + "' arrived!")
});
subscriber.subscribe("test");
publisher.publish("test", "haaaaai");
publisher.publish("test", "kthxbai");
@Yash-g17
Copy link

Hi

@Tobi4s1337
Copy link

hi

@szagi3891
Copy link

hi

@Vaflan
Copy link

Vaflan commented Jan 22, 2023

Hi and tnanks from Latvia!

@eviltik
Copy link

eviltik commented Jan 22, 2023

Hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii !!!!!!!!

@DeanDonkov
Copy link

hi, bg

@yalopov
Copy link

yalopov commented Jan 22, 2023

Ayaya!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment