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

Changes for version 4.002 - 2023-10-26

  • Bugs fixed
    • previously unable to connect to a single-node cluster, since the CLUSTER SLOTS output did not include any host/IP information (single-node clusters are not recommended, but useful for testing and local development!)
    • subscription on a cluster would fail since the subscription key isn't sharded
    • connection closure by the Redis server should be handled better now

Documentation

mixin that defines the Redis commands available

Modules

talk to Redis servers via IO::Async
support for cluster routing
mixin that defines the Redis commands available
represents multiple operations in a single Redis transaction
simple implementation of the Redis wire protocol
basic server implementation
represents a single connection to a server
implementation for database-related Redis commands
represents one subscription
represents a single message