NAME

Apache::Session::Store::NoSQL::Redis - An implementation of Apache::Session::Store

SYNOPSIS

use Apache::Session::NoSQL;

tie %hash, 'Apache::Session::NoSQL', $id, {
   Driver => 'Redis',
   # optional: default to localhost
   server => '127.0.0.1:6379',
};

DESCRIPTION

This module is an implementation of Apache::Session::NoSQL. It uses the Redis storage system

AUTHOR

This module was written by Xavier Guimard <x.guimard@free.fr>

SEE ALSO

Apache::Session::NoSQL, Apache::Session