An open API service indexing awesome lists of open source software.

https://github.com/skx/cgi--session--driver--redis

CGI::Session driver using redis for storage.
https://github.com/skx/cgi--session--driver--redis

Last synced: 9 months ago
JSON representation

CGI::Session driver using redis for storage.

Awesome Lists containing this project

README

          

========================================
CGI::Session::Driver::redis
========================================

CGI::Session::Driver::redis is CGI::Session driver for redis.

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

DEPENDENCIES

This module requires these other modules and libraries:

CGI::Session
Redis

COPYRIGHT AND LICENCE

Copyright (C) 2010-2014 Steve Kemp . All rights reserved.

This library is free software. You can modify and or distribute it under the same terms as Perl itself.