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
86 stars 42 forks source link

Update connect-error-using-cluster-nodes-test #188

Closed bjosv closed 1 year ago

bjosv commented 1 year ago

Use clusterclient for this testcase instead of clusterclient_async since the testcase aims to test failures in the initial blocking slotmap update.

clusterclient now also handles the flag --use-cluster-nodes to update the slotmap using the command "CLUSTER NODES".