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
9 Note: this module is deprecated, Prefer Apache::Session::Browseable
10
12 use Apache::Session::Redis;
13
14 tie %hash, 'Apache::Session::Redis', $id, {
15 # optional: default to localhost
16 server => '127.0.0.1:6379',
17 };
18
20 This module is an implementation of Apache::Session::NoSQL. It uses the
21 Redis storage system
22
24 This module was written by Xavier Guimard <x.guimard@free.fr>
25
27 Apache::Session::NoSQL, Apache::Session
28
30 Copyright (C) 2010 by Thomas Chemineau
31
32 This library is free software; you can redistribute it and/or modify it
33 under the same terms as Perl itself, either Perl version 5.10.0 or, at
34 your option, any later version of Perl 5 you may have available.
35
36
37
38perl v5.36.0 2023-0A1p-a2c6he::Session::Store::NoSQL::Redis(3)