The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for AnyEvent::Redis::RipeRedis.

1.001 Wed Aug 16 12:18:30 2012
  - Fixes in POD
  - Added module documentation to README file

1.000 Wed Aug 15 23:24:05 2012
  - [FEATURE] Now, connection to server closed automatically after destroying
  last reference on AnyEvent::Redis::RipeRedis object.
  - [BUGFIX] Fixed cyclic references.
  - Versioning style changed.
  - Fixes in tests.
  - Fixes in POD

0.807301 Wed Aug 15 00:52:45 2012
  - Fixes in POD

0.807300 Tue Aug 14 19:02:20 2012
  - Now, until connection establishment and authentication, client
  not call push_write() method of class AnyEvent::Handle.
  - Changed format of error messages.

0.807211 Sun Jul 16 17:25:45 2012
  - Minor changes

0.807200 Fri Jun 29 22:12:40 2012
  - [BUGFIX] Now, on_done callback calls at the end of processing of response,
  to avoid unexpected behavior.

0.807100 Wed Jun 20 10:38:50 2012
  - [FIX] Now, if some error ocurred or if connection was closed, then uncompleted
  commands will be aborted before calling on_error, on_connect_error
  or on_disconnect callbacks, to avoid unexpected behavior.

0.807000 Mon Jun 18 14:55:50 2012
  - [FEATURE] Added callback 'on_connect_error' in constructor

0.806000 Thu Jun 14 15:47:10 2012
  - [FEATURE] Added public method disconnect()

0.805201 Wed Jun 13 10:14:00 2012
 - Minor fix in POD.

0.805200 Tue May 29 11:02:30 2012
 - [BUGFIX] Fixed probable race condition in auto-authentication.

0.805103 Thu May 17 12:27:05 2012
 - [BUGFIX] Prevented an infinite loop in method _abort_commands() in case, when
 commands was executed in 'on_error' callback wihtout delay.

0.805000 Wed May 16 21:20:15 2012
  - [BUGFIX] Automatic authentication now works correctly in case, when Redis
  server needs some time to load data file in memory.

0.804106 Sat Apr 14 15:48:46 2012
  - First release.