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
88 stars 43 forks source link

Add redisClusterAsyncConnect2() #171

Closed bjosv closed 1 year ago

bjosv commented 1 year ago

Adds a new public function redisClusterAsyncConnect2() which uses the attached event engine to get the initial slot map asynchronously compared to the legacy function redisClusterAsyncConnect() which is a blocking call.

Closes #123