1Apache::Session::Redis(U3s)er Contributed Perl DocumentatAipoanche::Session::Redis(3)
2
3
4
6 Apache::Session::Redis - An implementation of Apache::Session
7
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
17 This module is an implementation of Apache::Session::NoSQL. It uses the
18 Redis storage system
19
21 This module was written by Xavier Guimard <x.guimard@free.fr>
22
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.32.0 2020-07-28 Apache::Session::Redis(3)