valkey-io / libvalkey

Valkey client library in C
Other
12 stars 4 forks source link

Remove parsing of unused cluster slot information #25

Closed bjosv closed 3 months ago

bjosv commented 3 months ago

Currently there is no usage of the parsed importing and migrating information, which is only provided by CLUSTER NODES. Let's remove this superfluous code since we rely on ASK redirections, which will be emitted when a slot is in migrating state.

bjosv commented 3 months ago

We can still correctly ignore this information in the response, I hope. Do we have any test covering that?

There are no tests covering that as I know, but I added #33 to improve that. When inspecting the code we can still ignore the info though.