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

Changes for version 2.002_004 - 2020-04-23 (TRIAL RELEASE)

  • New features:
  • pipeline parameter now does something, set to 0 to allow "unlimited" pipelined requests (as in keep trying until the Redis server stops listening to process the backlog)

Changes for version 2.002_003 - 2020-04-23 (TRIAL RELEASE)

  • No new features.
  • Bugs fixed:
  • MULTI implementation broke in the previous version

Changes for version 2.002_002 - 2020-04-14 (TRIAL RELEASE)

  • New features:
  • Latest Redis has new ACL methods, including those in Commands.pm
  • simple ping latency example for testing

Changes for version 2.002_001 - 2020-04-03 (TRIAL RELEASE)

  • New features:
  • Redis cluster support, https://redis.io/topics/cluster-spec
  • updated to latest Redis 5.x commands

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