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

Changes for version 1.014 - 2019-02-04

  • New features:
  • increase default buffer sizes from 8KB to 1MB, to improve efficiency in the common case where there are only a few active Redis connections
  • support configurable buffer sizes via `stream_read_len` / `stream_write_len`
  • New examples:
  • `incr-ratelimit-aa.pl` and `consumer-groups-aa.pl` for Future::AsyncAwait basic examples
  • Bugs fixed:
  • the example for `->subscription` was wrong, thanks to Michael Mueller for catching and patching!
  • retain completion Future when executing commands

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