Hiredis Changelog

What's new in Hiredis 0.13.2

Aug 25, 2015
  • Clear `REDIS_CONNECTED` flag when connection is closed (Thanks, Jerry Jacobs)
  • Add MacOS X addapter (Thanks, @dizzus)
  • Add Qt adapter (Thanks, Pietro Cerutti)
  • Add Ivykis adapter (Thanks, Gergely Nagy)

New in Hiredis 0.13.1 (May 4, 2015)

  • Fix memory leak in async reply handling
  • Rename struct member to avoid name clash with pre-c99 code

New in Hiredis 0.13.0 (Apr 17, 2015)

  • This release adds a minimal Windows compatibility layer. The parser, standalone since v0.12.0, can now be compiled on Windows (and thus used in other client libraries as well)
  • Properly escape data printed to PKGCONF file (Dan Skorupski)
  • Fix tests when assert() undefined (Keith Bennett, Matt Stancliff)
  • Implement a reconnect method for the client context, this changes the structure of `redisContext` (Aaron Bedra)

New in Hiredis 0.12.1 (Jan 27, 2015)

  • Major fix:
  • `make install` now works properly
  • Minor fix:
  • `make test` now works after `make 32bit` on a 64-bit platform
  • added more automated travis tests

New in Hiredis 0.11.0 (Sep 20, 2013)

  • reader struct changed