added note about this code in README, reference and add MyChanges.txt
[perl-Redis.git] / MyChanges.txt
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