Revision history for RedisDB

0.09 Mon May 16 2011 Pavel Shaydo <zwon@cpan.org>
    * added info and version methods
    * added IO timeout support
    * fixed subscriptions test failure

0.08 Thu May 12 2011 Pavel Shaydo <zwon@cpan.org>
    * added transactions support

0.07 Mon Apr 18 2011 Pavel Shaydo <zwon@cpan.org>
    * trying to find out the reason disconnect.t fails
      for certain cpan testers
    * minor pod fixes
    * require Test::Differences 0.61

0.06 Sun Apr 10 2011 Pavel Shaydo <zwon@cpan.org>
    * get_reply now returns only result value, no type
    * fixed multi-bulk messages parsing
    * added Pub/Sub support

0.05 Mon Apr  4 2011 Pavel Shaydo <zwon@cpan.org>
    * Fix dependencies for testing
    * run disconnect test even if redis is not available
    * make connect private method
    * minor documentation fixes

0.04 Sun Apr  3 2011 Pavel Shaydo <zwon@cpan.org>
    * Fix test failures if there's no redis-server

0.03 Sat Apr  2 2011 Pavel Shaydo <zwon@cpan.org>
    * Added pipelining support
    * Improved documentation

0.02 Sat Apr  2 2011 Pavel Shaydo <zwon@cpan.org>
    * Just added Test::Most dependency

Thu Mar 31 2011 Pavel Shaydo <zwon@cpan.org>
    * First version, released on an unsuspecting world.