Skip to content

docs: mark FAILOVER and REPLICAOF as available for C# - #292

Open
Aryex wants to merge 1 commit into
mainfrom
alexl/agent/csharp-failover-replicaof
Open

docs: mark FAILOVER and REPLICAOF as available for C##292
Aryex wants to merge 1 commit into
mainfrom
alexl/agent/csharp-failover-replicaof

Conversation

@Aryex

@Aryex Aryex commented Jul 26, 2026

Copy link
Copy Markdown
Collaborator

Summary

Mark FAILOVER and REPLICAOF commands as available for the C# client in the command progress tracker.

⚠️ Attention: This PR was generated automatically. Verify that all relevant pages have been updated.

Source Commits

  • 33d8c35 — Add FAILOVER and REPLICAOF commands (#446)

Changes

  • Updated available-commands.json: changed C# status for FAILOVER from not_available to available
  • Updated available-commands.json: changed C# status for REPLICAOF from not_available to available
  • Removed the csharp-href tracking links since the commands are now implemented

Context

C# #446 implements FailoverAsync(), FailoverAsync(FailoverOptions), ReplicaOfAsync(string host, int port), and ReplicaOfNoOneAsync() for the standalone C# client. It also adds an SE.Redis-compatible IServer.ReplicaOfAsync(EndPoint? master) interface. FailoverOptions supports abort, timeout, target replica, and forced failover modes. All commands are standalone-only, consistent with the Java, Python, Node, and Go implementations.

cc @currantw


This PR was generated by the automated documentation pipeline.

@Aryex Aryex added AI Generated documentation Improvements or additions to documentation csharp labels Jul 26, 2026
@Aryex
Aryex force-pushed the alexl/agent/csharp-failover-replicaof branch from 48185b8 to 3c123dc Compare July 26, 2026 21:27
@Aryex
Aryex marked this pull request as ready for review July 27, 2026 14:51
Signed-off-by: kiro-agent <kiro-agent@users.noreply.github.com>
@Aryex
Aryex force-pushed the alexl/agent/csharp-failover-replicaof branch from 3c123dc to 6100769 Compare July 27, 2026 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI Generated csharp documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants