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

SYNOPSIS

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

DESCRIPTION

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

AUTHOR

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

SEE ALSO

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