bredis v0.03 Release Notes

Release Date: 2017-07-30 // over 6 years ago
    • ๐Ÿ‘Œ improved protocol parser (no memory allocations during input stream validity check)
    • more detailed information in protocol_error_t
    • โž• added async incr speed test example
    • ๐Ÿ“œ [small API breakage] positive_parse_result_t was enriched with parcing policy;
      ๐Ÿ“œ now instead of positive_parse_result_t<Iterator> should be written:

      using Policy = r::parsing_policy::keep_result;using result_t = r::parse_result_mapper_t<Iterator, Policy>;

    • [small API breakage] protocol_error_t instead of std::string what member
      now contains boost::system::error_code code