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

Changes for version 1.000 - 2017-12-09

  • First stable release. Note that there are some API changes, but previous code should work mostly unmodified.
  • New features:
  • Dropped Protocol::Redis in favour of local implementation
  • Separated out commands into an autogenerated class to make it easier to keep up to date with protocol changes
  • Better support for subscriptions (see `examples/pub|sub.pl`)
  • Dropped JSON::MaybeXS and Mixin::Event::Dispatch deps, events are now handled through Ryu
  • Known issues:
  • All data is assumed to be binary, callers need their own Encode::encode()/::decode() calls - future versions are likely to include an `->encoding` setting and/or `_utf8` versions of string methods.

Documentation

mixin that defines the Redis commands available

Modules

talk to Redis servers via IO::Async
mixin that defines the Redis commands available
represents one subscription
represents a single message

Provides

in lib/Net/Async/Redis/Protocol.pm