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

Changes for version 2.001 - 2019-07-22

  • New features:
  • improved performance when issuing many Redis commands at once
  • ->watch_keyspace now provides a Ryu::Source instance
  • latest command parameters from redis.io (ABSTTL etc. for `restore` and TYPE for `scan`)
  • New examples:
  • moving-window sum

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