From: Jeremy Zawodny Date: Fri, 2 Jul 2010 22:21:46 +0000 (-0700) Subject: updated for recent work X-Git-Url: http://git.rot13.org/?p=perl-Redis.git;a=commitdiff_plain;h=c17516b1570f5a7a3c43a6e9d6773b0c48fbad63 updated for recent work --- diff --git a/MyChanges.txt b/MyChanges.txt index 0682e7c..55d1d07 100644 --- a/MyChanges.txt +++ b/MyChanges.txt @@ -1,12 +1,4 @@ Changes from the mainline CPAN module: - * added support for the new commands in Redis 1.2.x (sorted sets, - etc). all are new bulk commands (zadd, zrem, zscore, etc.) - -Fixes being considered: - - * adding a "use bytes" in AUTOLOAD to prevent issues with wide - characters since the module uses print() - - * Fix return for NULL result vs. empty result as described here: - https://rt.cpan.org/Public/Bug/Display.html?id=55507 + * started with the main multi-bulk branch and fixed up the test + cases so that all test pass with the Redis 2.0.0 RC2.