Deprecated.
The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use.
NAME
Apache::Session::Redis - An implementation of Apache::Session
Note: this module is deprecated, Prefer Apache::Session::Browseable
SYNOPSIS
use Apache::Session::Redis;
tie %hash, 'Apache::Session::Redis', $id, {
# 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
COPYRIGHT AND LICENSE
Copyright (C) 2010 by Thomas Chemineau
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.