You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The standalone Valkey 8 server can respond with REDIRECT messages when a client enables CLIENT CAPA redirect, therefore, our standalone client implementation should be able to follow them.
The standalone Valkey 8 server can respond with
REDIRECT
messages when a client enablesCLIENT CAPA redirect
, therefore, ourstandalone
client implementation should be able to follow them.Related to valkey-io/valkey-doc#164 and https://valkey.io/commands/client-capa/
TODO:
EnableRedirect
to theStandaloneOption
struct and sendCLIENT CAPA redirect
command when making connections.REDIRECT
message and do the redirection in thestandalone
client implementation.The text was updated successfully, but these errors were encountered: