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

Rename type `cluster_node` to `redisClusterNode` #145

Closed bjosv closed 1 year ago

bjosv commented 1 year ago

The new name uses a prefix which match other exported types from the library. A cluster_node typedef is kept for backwards compatibility.

This includes changes of the types internal create and "deinit" functions, and renaming them to:

bjosv commented 1 year ago

Yes, this is just a refactoring. Staging for coming changes.