Apache::Session::Browseable::Store::Redis(3) An implementation of

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 <[email protected]>