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");
@martinstepanek
Copy link

hi

@alexbab90
Copy link

what the actual fuck?

@shlomocymptom
Copy link

hi

Copy link

ghost commented Jan 2, 2021

hi

@kueter
Copy link

kueter commented Jan 22, 2021

hi

@kenyipp
Copy link

kenyipp commented Jan 25, 2021

hi

@soncemvo
Copy link

hi

@andrefs
Copy link

andrefs commented Feb 16, 2021

hi

@cchudant
Copy link

cchudant commented Mar 1, 2021

hi

@iSach
Copy link

iSach commented Mar 1, 2021

hi

@adamaq01
Copy link

adamaq01 commented Mar 1, 2021

hi

@clemg
Copy link

clemg commented Mar 1, 2021

hi

@icanwalkonwater
Copy link

hi

@JeanCASPAR
Copy link

Hi

@bnussman
Copy link

bnussman commented Mar 1, 2021

hi

@papucho
Copy link

papucho commented Mar 1, 2021

hi

@Uriopass
Copy link

Uriopass commented Mar 1, 2021

hi

@LeWarpy
Copy link

LeWarpy commented Mar 1, 2021

hi

@IAMISSAM
Copy link

IAMISSAM commented Mar 1, 2021

hi

@jlayese
Copy link

jlayese commented Apr 7, 2021

hi

@ohmydevops
Copy link

hi ?

@ali-faiz-brainx
Copy link

ali-faiz-brainx commented Jul 23, 2021 via email

@ReeganExE
Copy link

hi

@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