The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.08 - 2024-09-01

  • Fix memory leak in encodeMultiBulk (mauke)
  • Fix memory leak when encoding bad data (mauke)
  • Optimize encoding by writing the message to a single SV (mauke)
  • Support building against hiredis 1.0 and newer (5c30)
    • Note that though hiredis 1.0 supports RESP3, Protocol::Redis::XS does not yet fully support RESP3 and it will likely require a different 'api' value passed to the constructor.
  • Avoid context sensitive return value when an unknown 'api' value is passed

Modules

hiredis based parser compatible with Protocol::Redis