-
-
22 Jul 2015 14:57:25 UTC
- Distribution: Apache-Session-NoSQL
- Module version: 0.2
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (361 / 0 / 0)
- Kwalitee
Bus factor: 2- License: unknown
- Activity
24 month- Tools
- Download (3.56KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Thomas Chemineau
- Dependencies
- Apache::Session
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Apache::Session::NoSQL - An implementation of Apache::Session module for NoSQL databases
SYNOPSIS
use Apache::Session::NoSQL; tie %hash, 'Apache::Session::NoSQL', $id, { Driver => 'Cassandra', # or Driver => 'Redis', # optional: default to 127.0.0.1:6379 server => '10.1.1.1:6379', };
DESCRIPTION
This module is an implementation of Apache::Session. It uses a NoSQL database to store datas.
AUTHOR
Thomas Chemineau, <thomas.chemineau@gmail.com> Xavier Guimard, <x.guimard@free.fr>
COPYRIGHT AND LICENSE
Copyright (C) 2010 by Thomas Chemineau, Xavier Guimard
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.0 or, at your option, any later version of Perl 5 you may have available.
SEE ALSO
Module Install Instructions
To install Apache::Session::NoSQL, copy and paste the appropriate command in to your terminal.
cpanm Apache::Session::NoSQL
perl -MCPAN -e shell install Apache::Session::NoSQL
For more information on module installation, please visit the detailed CPAN module installation guide.