Skip to content

Instantly share code, notes, and snippets.

View Shinpeim's full-sized avatar

Shinpei Maruyama Shinpeim

View GitHub Profile
@mythosil
mythosil / anyevent_pubsub.pl
Created July 21, 2011 15:02
AnyEvent::Redis pubsub
use strict;
use warnings;
use AnyEvent::Handle;
use AnyEvent::Redis;
my $redis_sub = AnyEvent::Redis->new(
host => '127.0.0.1',
port => 6379,
encoding => 'utf8',