AnyEvent-Redis-RipeRedis

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    - on_disconnect,
    - on_connect_error,
    - on_error.
  - Added section BUILD_REQUIRES in Makefile.PL
  - POD improved.

1.212 Wed Dec 26 09:43:35 MSK 2012
  - Specified minimum version of AnyEvent in Makefile.PL.

1.211 Mon Dec 24 01:05:35 MSK 2012
  - Fixes in POD.

1.210 Mon Dec 24 00:10:00 MSK 2012
  - FEATURE: Implemented parameter 'read_timeout' in constructor.
  - FEATURE: Added error code constant E_READ_TIMEDOUT.
  - Now, if client received unexpected data, it abort all commands and close
    connection.
  - Validation of input parameters became less strict.
  - Slight optimization.
  - Added section TRANSACTIONS in POD.
  - Refactoring.
  - POD improved.
  - unit tests improved.

1.204 Tue Nov 27 22:28:15 MSK 2012
  - Fixed typo in the name of internal method _process_response() (typo discovered
    by Natalya Filippova).

1.203 Fri Nov 23 11:17:00 MSK 2012
  - Internal method _async_call() replaced by AE::postpone() function.

1.202 Fri Nov 23 11:17:00 MSK 2012
  - BUGFIX: Now, lazy connection works correctly if the parameter 'reconnect'
    is false.
  - unit tests improved.
  - Minor internal changes

1.201 Mon Nov 19 11:05:55 MSK 2012
  - Fixes in POD

1.200 Sat Nov 17 21:10:10 MSK 2012
  - Implemented new method eval_cached()
  - Added new error code NO_SCRIPT.
  - Many internal changes.
  - unit tests improved.
  - Fixes in POD.
  - Added new example script eval.pl

1.115 Wed Oct 31 18:51:50 MSK 2012
  - Minor fixes in POD.

1.114 Wed Oct 31 14:37:55 MSK 2012
  - Added protection from deep recursion in case of some errors.
  - Renamed constants (hope no one used them yet):
    - E_AUTH_REQUIRED renamed to E_OPRN_NOT_PERMITTED.
    - E_COMMAND_EXEC renamed to E_OPRN_ERROR.
    - E_CLIENT renamed to E_UNEXPECTED_DATA,
  - Changes in POD.

1.112 Fri Oct 27 15:30:25 MSK 2012
  - POD edited.

1.111 Fri Oct 27 15:30:25 MSK 2012
  - Minor changes in POD.
  - Slight improvement in unit test.
  - Minor internal changes.

1.110 Fri Oct 26 18:08:20 MSK 2012
  - FEATURE: Added constructor parameter 'database'.
  - FEATURE: Added constructor parameter 'lazy'.
  - BUGFIX: Fixed reconnect error, which has been occurred if password was not
    been required.
  - Changes in POD.

1.109 Fri Oct 20 01:54:40 MSK 2012
  - Changes in POD.

1.108 Fri Oct 20 01:28:40 MSK 2012
  - Changes in POD.

1.107 Fri Oct 19 18:31:40 MSK 2012
  - Added POD coverage test.
  - Changes in POD.
  - Added minimal Perl version in Makefile.PL.

1.106 Fri Oct 19 16:44:00 MSK 2012
  - BUGFIX: In some cases method disconnect() has not been closing the connection.

1.105 Tue Oct 10 18:31:40 MSK 2012
  - Slight optimization.
  - Added section 'resources' in Makefile.PL for META.yml.
  - Some changes in POD.

1.104 Sat Sep 1 03:14:45 MSK 2012
  - E_IO_OPERATION renamed to E_IO.
  - E_CONN_CLOSED_ON_DEMAND renamed to E_CONN_CLOSED_BY_CLIENT.
  - E_UNEXPECTED renamed to E_CLIENT.

1.103 Fri Aug 31 14:24:45 MSK 2012
  - POD has been complemented.
  - Cosmetic changes.

1.102 Fri Aug 31 00:19:15 MSK 2012
  - FEATURE: Added error codes in 'on_error' callbacks.
  - FEATURE: Added constants for error codes.
  - unit tests improved.
  - Many internal changes.

1.000 Wed Aug 15 23:24:05 MSK 2012
  - BUGFIX: Now, connection to server closed automatically after destroying
    last reference on AnyEvent::Redis::RipeRedis object.
  - BUGFIX: Fixed cyclic references.

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

0.807300 Tue Aug 14 19:02:20 MSK 2012
  - Many internal changes
  - Changed format of error messages.

0.807200 Fri Jun 29 22:12:40 MSK 2012



( run in 3.189 seconds using v1.01-cache-2.11-cpan-13bb782fe5a )