Changes for version 3.021 - 2022-02-24

  • New features
    • to improve compatibility in future, the approach for handling multi-word commands such as `XGROUP CREATE` now applies to all commands, including cases such as `MEMORY DOCTOR` so you can use `->memory('DOCTOR')` or `->memory_doctor` interchangeably. This is due to the command list we auto-extract from the Redis website potentially changing the structure again in future.

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