logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Apache::Session::Browseable::Store::Redis - An implementation of Apache::Session::Store

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',
        };

See Also