added note about this code in README, reference and add MyChanges.txt
authorJeremy Zawodny <Jeremy@Zawodny.com>
Wed, 17 Mar 2010 14:49:11 +0000 (07:49 -0700)
committerJeremy Zawodny <Jeremy@Zawodny.com>
Wed, 17 Mar 2010 14:49:11 +0000 (07:49 -0700)
MyChanges.txt [new file with mode: 0644]
README

diff --git a/MyChanges.txt b/MyChanges.txt
new file mode 100644 (file)
index 0000000..c3c5fc5
--- /dev/null
@@ -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 (file)
--- 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