The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 3.000 - 2020-09-14

  • New features:
  • RESP3 support, for Redis 6
  • pubsub is now allowed on the same connection as other traffic if the connection is in RESP3 mode
  • protocol is autodetected via `HELLO` command, pass `protocol => 'resp2'` to disable this

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