This file documents the revision history for Perl extension Protocol::Redis
1.0020 03.09.2024 00:00:00
-
Protocol::Redis implementation should fail on instantiating with unknown version (Grinnz)
1.0011 25.12.2019 00:00:00
-
Fix improper integer value in protocol test (Grinnz)
1.0010 28.08.2019 00:00:00
-
code cleanup, prerequirements improvement, updated metadata to
meta-spec (Grinnz)
-
tests improved with binary-safe encoding tests (Grinnz)
-
optimize encode() (Grinnz)
-
optimize parse() (jhthorsen)
1.0006 03.05.2017 00:00:00
-
fixed typo
1.0005 03.05.2017 00:00:00
-
use ExtUtils::MakeMaker for Makefile.PL
1.0004 10.06.2015 00:00:00
-
re-release with newer Module::Install
1.0003 03.02.2012 00:00:00
-
->get_messages() optimization
-
pod fixup
1.0002 16.12.2011 00:00:00
-
fixed multi-bulk nil message
1.0001 03.08.2011 00:00:00
-
use Module::Install for Makefile.PL
1.0000 05.05.2011 00:00:00
-
use_api method deprecated in favor of "api" argument of
constructor
-
code cleanup
0.9002 06.04.2011 00:00:00
-
tests improved
-
package metadata improved
0.9001 19.02.2011 00:00:00
-
encode method added
-
multi-bulk message parsing fixed (dgl). Multi-bulk object' format
CHANGED!!!
-
deleted newline method
-
code optimization
-
reusable tests added
-
use_api method added
0.9000 26.02.2011 00:00:00
-
on_command renamed to on_message
-
get_command renamed to get_message
0.1000 01.02.2011 00:00:00
-
first release