Provided by: libapache-session-browseable-perl_1.1-1_all 

NAME
Apache::Session::Browseable::Store::Redis - An implementation of Apache::Session::Store
SYNOPSIS
use Apache::Session::Browseable::Redis;
tie %hash, 'Apache::Session::Browseable::Redis', $id, {
# optional: default to localhost
server => '127.0.0.1:6379',
};
DESCRIPTION
This module is an implementation of Apache::Session::Browseable. It uses the Redis storage system
AUTHOR
This module was written by Xavier Guimard <x.guimard@free.fr>
SEE ALSO
Apache::Session::Browseable, Apache::Session::NoSQL, Apache::Session
perl v5.20.2 2015-10-24 Apache::Sessio...e::Store::Redis(3pm)