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

Add connect callback for the sync API #158

Closed zuiderkwast closed 1 year ago

zuiderkwast commented 1 year ago

A connect callback is more flexible than providing connection options using the options API. The user can apply connection specific options (such as socket options) from the connect callback.

Additional small changes: