Nordix / hiredis-cluster

C client library for Valkey/Redis Cluster. This project is used and sponsored by Ericsson. It is a fork of the now unmaintained hiredis-vip.
BSD 3-Clause "New" or "Revised" License
87 stars 42 forks source link

Remove usage of hiredis internal flags #101

Closed bjosv closed 2 years ago

bjosv commented 2 years ago

Remove use of: REDIS_BLOCK REDIS_CONNECTED

initially added by hiredis-vip due to its non-block socket use, which later was changed.