Skip to content

Commit 2d669e3

Browse files
committed
Prepare release 0.2
1 parent 50c1b0d commit 2d669e3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ Revision history for Perl extension Apache::Session::NoSQL.
1515
0.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

README

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
Apache::Session::NoSQL
12

2-
Perl dependencies:
3+
Apache::Session module to store sessions in NoSQL databases.
34

5+
Perl dependencies:
46
Apache::Session
57

68
Under Debian:
7-
89
aptitude install libapache-session-perl
910

1011
then install Net::Cassandra or Redis from CPAN.

lib/Apache/Session/NoSQL.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use Apache::Session::Serialize::Base64;
99
#use Apache::Session::Serialize::Storable;
1010

1111
use vars qw($VERSION);
12-
$VERSION = '0.1';
12+
$VERSION = '0.2';
1313

1414
sub populate {
1515
my $self = shift;

0 commit comments

Comments
 (0)