shinberg / cpp-hiredis-cluster

c++ cluster wrapper for hiredis with async and unix sockets features
BSD 3-Clause "New" or "Revised" License
65 stars 26 forks source link

Do not free the reply objects inside hiredis callbacks since the underlyring hiredis library will free them later. #20

Closed PCMan closed 7 years ago

PCMan commented 7 years ago

This fixes the bug reported in #19.

shinberg commented 7 years ago

Thank you very much