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.
- Host: GitHub
- URL: https://github.com/skx/cgi--session--driver--redis
- Owner: skx
- License: other
- Created: 2014-06-20T08:44:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-27T07:56:01.000Z (almost 10 years ago)
- Last Synced: 2025-02-09T16:43:15.989Z (11 months ago)
- Language: Perl
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: LICENSE
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.