redis / rueidis

A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc.
Apache License 2.0
2.47k stars 158 forks source link

Feature: support REDIRECT in the standalone client implementation #634

Open rueian opened 2 months ago

rueian commented 2 months ago

The standalone Valkey 8 server can respond with MOVED and ASK redirections, therefore the standalone client implementation should be able to follow them.

Related to https://github.com/valkey-io/valkey-doc/pull/164

rueian commented 2 months ago

Actually, I think we should reuse the clusterClient when we enable CLIENT CAPA redirect.

shashank-priyadarshi commented 1 month ago

@rueian can I please take this up?

rueian commented 1 month ago

Sure, if you need any help, feel free to ask me here.