1Apache::Session::Redis(U3s)er Contributed Perl DocumentatAipoanche::Session::Redis(3)
2
3
4

NAME

6       Apache::Session::Redis - An implementation of Apache::Session
7
8       Note: this module is deprecated, Prefer Apache::Session::Browseable
9

SYNOPSIS

11        use Apache::Session::Redis;
12
13        tie %hash, 'Apache::Session::Redis', $id, {
14           # optional: default to localhost
15           server => '127.0.0.1:6379',
16        };
17

DESCRIPTION

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

AUTHOR

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

SEE ALSO

26       Apache::Session::NoSQL, Apache::Session
27
29       Copyright (C) 2010 by Thomas Chemineau
30
31       This library is free software; you can redistribute it and/or modify it
32       under the same terms as Perl itself, either Perl version 5.10.0 or, at
33       your option, any later version of Perl 5 you may have available.
34
35
36
37perl v5.38.0                      2023-07-20         Apache::Session::Redis(3)
Impressum