Revision history for Perl extension Redis-Cluster-Fast

0.092 2024-11-01T07:17:15Z

    - Bump hiredis-cluster to 0.14.0
    - Add route_use_slots option.
    - Some chores for CI.

0.091 2024-02-15T16:31:44Z

    - Bump hiredis-cluster to 0.11.0
    - Bump hiredis to 1.2.0
    - Refactorings

0.090 2023-11-05T16:51:58Z

    - Use a DEBUG_REDIS_CLUSTER_FAST environment variable instead of a debug argument.

0.089 2023-09-26T10:49:21Z

    - Fix tests.
    - Use system libevent.
    - Fix startup_nodes validation.
    - Some chores.

0.088 2023-04-19T17:56:38Z

    - Fix for future maintainability.
    - Adjust cpanfile.

0.087 2023-03-12T14:05:49Z

    - Fix Bugs.
    - Use RESP2 instead of RESP3 for deps maintainability. Therefore, the response type of some commands has been changed.
    - Refactorings.

0.086 2023-03-06T18:50:52Z

    - Fix typo in POD.

0.085 2023-03-06T17:55:34Z

    - Add simple microbenchmark result.
    - Fix error handling to connect.
    - Update POD.

0.084 2023-03-01T18:16:05Z

    - Better testing.
    - To run tests that use local application(s), require AUTOMATED_TESTING.
    - Fix Changes indent.

0.083 2023-02-28T19:37:25Z

    - Refactorings.

0.082 2023-02-26T17:57:12Z

    - Fix error formatting #12

0.081 2023-02-26T16:39:11Z

    - Explicitly do disconnect before free async context.

0.08 2023-02-26T13:47:23Z

    - Refactoring.

0.07 2023-02-25T18:42:41Z

    - Bump hiredis-cluster to 0.10.0

0.06 2023-02-25T18:12:59Z

    - Fix memory leaks.
    - Add a test using Test::Valgrind.
    - Fix for building dependencies.
    - Fix behavior when forked to reduce calls to Redis command to retrieve cluster topology.
    - Refactoring.

0.05 2023-02-05T09:56:36Z

    - skip tests when test Redis Cluster fails to start
    - fix workflow

0.04 2023-02-04T08:23:18Z

    - fix for using manually setting environment variable TEST_REDIS_CLUSTER_STARTUP_NODES
    - Ignore patches that appear to be reversed or already applied.

0.03 2023-02-03T20:04:10Z

    - fix a problem with a patch not being applied

0.02 2023-02-03T18:45:17Z

    - fix tests

0.01 2023-02-02T19:10:47Z

    - first version