Skip to content

Release 0.9.0

Compare
Choose a tag to compare
@bjosv bjosv released this 22 Dec 12:01
· 100 commits to master since this release
  • Fixed a crash in the asynchronous API triggered by timed out commands.
  • Fixed a crash when using "CLUSTER NODES" on a non-ready cluster.
  • Fixed a crash when sending commands from a failure-reply callback.
  • Corrected and enabled connection timeout in the asynchronous API.
  • Corrected the handling of multiple ASK-redirect reply callbacks.
  • Updated hiredis to v1.1.0 when the CMake build handles the download.
  • Removed the unused cluster_slots array in the cluster context.
  • Updates to resolve build issues on Windows platforms.