From: Jeremy Zawodny Date: Wed, 17 Mar 2010 14:49:11 +0000 (-0700) Subject: added note about this code in README, reference and add MyChanges.txt X-Git-Url: http://git.rot13.org/?p=perl-Redis.git;a=commitdiff_plain;h=42d84da2fa8a6c9c9b61e022c4f2ae8a9f6a0bb7;ds=sidebyside added note about this code in README, reference and add MyChanges.txt --- diff --git a/MyChanges.txt b/MyChanges.txt new file mode 100644 index 0000000..c3c5fc5 --- /dev/null +++ b/MyChanges.txt @@ -0,0 +1,12 @@ +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 diff --git a/README b/README index a386e91..0be2420 100644 --- a/README +++ b/README @@ -1,3 +1,21 @@ +*** NOTICE *** + +This is a modified version of the Redis module from CPAN. It's what's +currently in use at Craigslist for our Redis work. + +My goal is to share our work in the hopes of having it included back +into the main distribution. + +See MyChanges.txt for details on how this differs from that module. + +For details, please contact: + + Jeremy Zawodny + Jeremy@Zawodny.com + http://blog.zawodny.com/ + +*** NOTICE *** + Redis Perl binding for Redis database which is in-memory hash store with