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 test to verify correct handling of hostname in redirects #148

Closed bjosv closed 1 year ago

bjosv commented 1 year ago

In recent Redis versions its possible to have hostname in redirects and in CLUSTER SLOTS (Redis >= v7.0.0) . Add testcase(s) to verify that this is handled correctly by hiredis-cluster.

bjosv commented 1 year ago

Resolved in #150