Revision history for RedisDB
0.17 Fri Jul 15 2011 Pavel Shaydo <zwon@cpan.org>
* fixed shutdown command
* tests now shutdown redis-server rather than kill it
* now it should pass tests on Windows
0.16 Wed Jul 13 2011 Pavel Shaydo <zwon@cpan.org>
* probably I shouldn't use MSG_DONTWAIT on Win at all
0.15 Wed Jul 13 2011 Pavel Shaydo <zwon@cpan.org>
* made it work on Windows (thanks to Sanko Robinson for suggestions)
* improved tests
0.14 Wed Jun 15 2011 Pavel Shaydo <zwon@cpan.org>
* add get_all_replies method
* add replies_to_fetch method
* minor fixes
0.13 Sun May 29 2011 Pavel Shaydo <zwon@cpan.org>
* fix tests
0.12 Sat May 28 2011 Pavel Shaydo <zwon@cpan.org>
* Fixed test
0.11 Sat May 28 2011 Pavel Shaydo <zwon@cpan.org>
* Ignore timeout if OS doesn't support it
* Added UNIX sockets support
0.10 Wed May 18 2011 Pavel Shaydo <zwon@cpan.org>
* added BRPOP command support
* added test for lists commands
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.