diff --git a/Changes b/Changes index 0c61ff3..137607c 100644 --- a/Changes +++ b/Changes @@ -15,3 +15,5 @@ Revision history for Perl extension Apache::Session::NoSQL. 0.1 Mon Dec 6 21:54:55 +0100 2010 - Bug: materialize does not work with Redis +0.2 Wed Jul 22 2015 + - Bug: [RT#94613] Bug in Apache::Session::NoSQL when trying to use Apache::Session::Redis #2 diff --git a/README b/README index d610167..978f93a 100644 --- a/README +++ b/README @@ -1,10 +1,11 @@ +Apache::Session::NoSQL -Perl dependencies: +Apache::Session module to store sessions in NoSQL databases. +Perl dependencies: Apache::Session Under Debian: - aptitude install libapache-session-perl then install Net::Cassandra or Redis from CPAN. diff --git a/lib/Apache/Session/NoSQL.pm b/lib/Apache/Session/NoSQL.pm index b63753b..af46a42 100644 --- a/lib/Apache/Session/NoSQL.pm +++ b/lib/Apache/Session/NoSQL.pm @@ -9,7 +9,7 @@ use Apache::Session::Serialize::Base64; #use Apache::Session::Serialize::Storable; use vars qw($VERSION); -$VERSION = '0.1'; +$VERSION = '0.2'; sub populate { my $self = shift;