EulerianTechnologies / eredis

Fast and light Redis C client library built over Hiredis, thread-safe, write replication, auto-reconnect, sync pool, async libev.
BSD 3-Clause "New" or "Revised" License
81 stars 38 forks source link

Does eredis supports Redis Cluster #21

Open goldyfruit opened 1 year ago

goldyfruit commented 1 year ago

Hi,

Is there any support for Redis Cluster implemented in this client?

Thanks