1Apache::Session::Store:U:sNeorSQCLo:n:tRreidbiust(e3d)PAepralchDeo:c:uSmeesnstiaotni:o:nStore::NoSQL::Redis(3)
2
3
4
6 Apache::Session::Store::NoSQL::Redis - An implementation of
7 Apache::Session::Store
8
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
18 This module is an implementation of Apache::Session::NoSQL. It uses the
19 Redis storage system
20
22 This module was written by Xavier Guimard <x.guimard@free.fr>
23
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.32.1 2021-0A1p-a2c6he::Session::Store::NoSQL::Redis(3)