The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.09 - 2024-09-02
- Throw an exception on unknown 'api' version (und3f)

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

0.07 - 2019-12-25
- Increase Protocol::Redis requirement for test fixes

0.06 - 2019-04-11
- Fix encoding binary data with null characters (mikemagowan)
- Use Alien::hiredis to provide the hiredis library (Grinnz)

0.05 - 2012-03-30
- Encode using XS implementation (und3f)
- Update hiredis version

0.04 - 2011-09-06
- Up to API version 1

0.03 - 2011-03-25
- Add tests for XS specific issues
- Code cleanups

0.02 - 2011-03-25
- Fix error handling multiple messages in a single response

0.01 - 2011-03-25
- Initial version