Revision history for Perl extension AnyEvent::Redis
0.12 Sun Aug 8 23:34:59 PDT 2010
- Added HSETNX (clkao)
- Reset the state when EOF or on error (clkao)
0.11 Fri Aug 6 23:09:41 PDT 2010
- Refactored the decoder so nested MULTI/EXEC responses work (clkao)
0.10 Fri Jul 2 17:02:16 PDT 2010
- Support command operations on hashes for Redis 2.0 (franck)
- Fixed MGET on non-existent keys (franck)
0.09 Thu Apr 15 10:46:46 PDT 2010
- Fixed the test (hanekomu)
0.08 Tue Mar 9 11:44:33 JST 2010
- Immediately send [] if the length is 0 for multi-bulk replies (leedo)
0.07 Tue Feb 23 15:40:02 PST 2010
- Bug fix to handle nonexistent keys in multi-bulk replies (jbarratt)
0.06 Mon Feb 15 19:20:50 PST 2010
- Add more bulk commands: getset, smove, zadd, zrem, zscore, zincrby, append (Leon Brocard)
0.05 Fri Feb 12 10:33:44 PST 2010
- Fixed a typo in the on_error callback (jzawodn)
0.04 Tue Nov 10 22:55:59 PST 2009
- Fixed deps
0.03 Tue Nov 10 20:33:38 PST 2009
- Changed the object construction API to always use new()
- Implemented on_error for callback based error handling
0.02 Tue Nov 10 17:49:39 PST 2009
- Fixed all_cv interface
- Fixed redis-server check in tests
0.01 Sun Nov 8 00:51:03 2009
- original version