X-Git-Url: http://git.rot13.org//?a=blobdiff_plain;f=lib%2FRedis.pm;h=88ba139a531540bfcdb251ee06014b2121a657b6;hb=a3369adfe29f184cd6805caa4f33a7f163f6f152;hp=074cb344cb0d22e431408c226e47bc80c7169fcd;hpb=6f1f76f905f511fc771f668c4acf79faa7871d92;p=perl-Redis.git diff --git a/lib/Redis.pm b/lib/Redis.pm index 074cb34..88ba139 100644 --- a/lib/Redis.pm +++ b/lib/Redis.pm @@ -9,7 +9,7 @@ use Carp qw/confess/; =head1 NAME -Redis - The great new Redis! +Redis - perl binding for Redis database =cut @@ -20,13 +20,13 @@ our $VERSION = '0.01'; Pure perl bindings for L +This version support git version of Redis available at +L + use Redis; my $r = Redis->new(); - - - =head1 FUNCTIONS =head2 new