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

Is there a plan to support hiredis 1.0.0 with TLS #28

Open nysenthil opened 4 years ago

nysenthil commented 4 years ago

hiredis C client recently had its 1.0.0 GA release with support for TLS/SSL. Is there plan a to update this C++ wrapper library to use the hiredis 1.0.0 along with TLS support?