Apache::Session::Browseable::Store::Redis - An implementation of Apache::Session::Store
Contents
Copyright And License
2009-2025 by Xavier Guimard
2013-2025 by Clément Oudot
2019-2025 by Maxime Besson
2013-2025 by Worteks
2023-2025 by Linagora
This library is free software; you can redistribute it and/or modify it under the same terms as Perl
itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have
available.
Description
This module is an implementation of Apache::Session::Browseable. It uses the Redis storage system
Name
Apache::Session::Browseable::Store::Redis - An implementation of Apache::Session::Store
Pod Errors
Hey! Theabovedocumenthadsomecodingerrors,whichareexplainedbelow:
Around line 119:
Non-ASCII character seen before =encoding in 'Clément'. Assuming UTF-8
perl v5.40.1 2025-04-12 Apache::Sessio...e::Store::Redis(3pm)
See Also
Apache::Session::Browseable, Apache::Session::NoSQL, Apache::Session
Synopsis
use Apache::Session::Browseable::Redis;
tie %hash, 'Apache::Session::Browseable::Redis', $id, {
# optional: default to localhost
server => '127.0.0.1:6379',
};
