StackExchange.Redis icon indicating copy to clipboard operation
StackExchange.Redis copied to clipboard

[FEAT] server selection with availability_zone awareness support

Open KLuuKer opened this issue 1 month ago • 1 comments

Some servers (valkey) will reply with availability_zone in the HELLO reply.

It would be nice (for pure latency overhead), to always attempt to connect to servers in the same zone as the client.

Usefully when running a cluster with multiple shards where each share has a replica in each zone.

KLuuKer avatar Nov 29 '25 12:11 KLuuKer

Thanks. I'm currently working on related functionality, so will see if this can be accommodated easily.

mgravell avatar Nov 29 '25 16:11 mgravell