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

Compile error: InvalidArgument() #12

Closed jinq0123 closed 7 years ago

jinq0123 commented 7 years ago

InvalidArgument() should be InvalidArgument(nullptr)

shinberg commented 7 years ago

Thanks a lot! Could you provide a pull request?