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

Changes for version 1.003 - 2017-12-26

  • New features:
  • support queuing for MULTI and other commands
  • support for passing a Redis URI
  • minor performance improvements in protocol implementation and event handling
  • Bugs fixed:
  • it was possible for cancelled/failed items within ->multi to cause the protocol handling to go out of sync, this is now fixed.
  • multi-word commands were generated incorrectly, these now work again
  • Examples:
  • `examples/job-hash-worker.pl` - reliable priority-queue worker with job details in separate hash key
  • `examples/job-hash-submit.pl` - submit requests for priority-queue workers

Documentation

mixin that defines the Redis commands available

Modules

talk to Redis servers via IO::Async
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