0682e7c9b6bf97da4b910703862e91b8ae62852b
[perl-Redis.git] / MyChanges.txt
1 Changes from the mainline CPAN module:
2
3   * added support for the new commands in Redis 1.2.x (sorted sets,
4     etc).  all are new bulk commands (zadd, zrem, zscore, etc.)
5
6 Fixes being considered:
7
8   * adding a "use bytes" in AUTOLOAD to prevent issues with wide
9     characters since the module uses print()
10
11   * Fix return for NULL result vs. empty result as described here:
12     https://rt.cpan.org/Public/Bug/Display.html?id=55507