The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for AnyEvent::RipeRedis.

0.22 Tue Aug 30 19:51:25 MSK 2016
  - Unit tests improved.

0.20 Tue Aug 30 19:20:30 MSK 2016
  - Minor changes in POD.
  - Cosmetic changes in tests.

0.18 Tue Aug 30 11:03:25 MSK 2016
  - Added link to AnyEvent::RipeRedis::Cluster in POD.

0.16 Tue Aug 30 11:00:00 MSK 2016
  - %ERROR_CODES moved to AnyEvent::RipeRedis::Error.
  - Minor changes in unit tests.
  - Changes in POD.

0.14 Mon Aug 29 17:01:40 MSK 2016
  - Removed unnecessary string in unit test.

0.12 Mon Aug 29 16:48:05 MSK 2016
  - Refactoring of unit test.

0.10 Wed Aug 26 11:44:35 MSK 2016
  - Removed "on_connect_error" callback.
  - POD Improved.
  - Unit tests improved.

0.08 Wed Aug 25 11:18:30 MSK 2016
  - Added method "execute()".
  - Getter "selected_database()" renamed to "database()".
  - Bugfix. "DISCARD" command do not turned off transaction mode.
  - Refactoring.
  - POD Improved.

0.06 Fri Jul 29 10:51:10 MSK 2016
  - Improved POD.
  - Light refactoring.

0.04 Mon Jul 27 11:41:15 MSK 2016
  - Refactoring of eval_cached() method.
  - POD improved.
  - Bugfix in unit tests.
  - Removed unused code. Cosmetic.

0.02 Mon Jul 25 15:37:30 MSK 2016
  - First release of new incarnation of AnyEvent::Redis::RipeRedis.