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 6.001 - 2024-09-15

  • New features
    • should handle reconnect more gracefully when commands are queued and the current connection drops
  • Bugs fixed
    • some potential cases where protocol may go out of sync when there's an error during MULTI
  • Internal
    • refactored to use an Object::Pad rôle for the command list

Documentation

mixin that defines the Redis commands available

Modules

talk to Redis servers via IO::Async
support for cluster routing
represents multiple operations in a single Redis transaction
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