Hiredis v0.13.0 Release Notes

Release Date: 2015-04-16 // about 9 years ago
  • ๐Ÿš€ 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)

    • ๐Ÿ Windows compatibility layer for parser code (tzickel)
    • ๐Ÿ–จ 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)