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

Buf Fix : uninitialized redisReply Pointer was causing SEGFAULT when … #8

Closed vin-d closed 7 years ago

vin-d commented 7 years ago

…cluster node is off.

This is the same idea of what @aboutbus has proposed in his january 5th pull request. It concerns the synchronous calls.