1Apache::Session::Store:U:sNeorSQCLo:n:tRreidbiust(e3d)PAepralchDeo:c:uSmeesnstiaotni:o:nStore::NoSQL::Redis(3)
2
3
4

NAME

6       Apache::Session::Store::NoSQL::Redis - An implementation of
7       Apache::Session::Store
8

SYNOPSIS

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

DESCRIPTION

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

AUTHOR

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

SEE ALSO

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