The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

PocketIO::Pool::Redis - Redis class

SYNOPSIS

    my $pocketio = PocketIO->new(pool => PocketIO::Pool::Redis->new);

DESCRIPTION

Uses Redis' pub/sub infrastructure

METHODS

new

Create new instance.

add_connection

Add new connection.

remove_connection

Remove connection.

broadcast

Send broadcast message.

send

Send message to all client.