File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,5 @@ Revision history for Perl extension Apache::Session::NoSQL.
15150.1 Mon Dec 6 21:54:55 +0100 2010
1616 - Bug: materialize does not work with Redis
1717
18+ 0.2 Wed Jul 22 2015
19+ - Bug: [RT#94613] Bug in Apache::Session::NoSQL when trying to use Apache::Session::Redis #2
Original file line number Diff line number Diff line change 1+ Apache::Session::NoSQL
12
2- Perl dependencies:
3+ Apache::Session module to store sessions in NoSQL databases.
34
5+ Perl dependencies:
46Apache::Session
57
68Under Debian:
7-
89aptitude install libapache-session-perl
910
1011then install Net::Cassandra or Redis from CPAN.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ use Apache::Session::Serialize::Base64;
99# use Apache::Session::Serialize::Storable;
1010
1111use vars qw( $VERSION) ;
12- $VERSION = ' 0.1 ' ;
12+ $VERSION = ' 0.2 ' ;
1313
1414sub populate {
1515 my $self = shift ;
You can’t perform that action at this time.
0 commit comments