Skip to content

docs: mark BGREWRITEAOF as available for PHP and C# - #281

Open
Aryex wants to merge 2 commits into
mainfrom
alexl/agent/php-bgrewriteaof
Open

docs: mark BGREWRITEAOF as available for PHP and C##281
Aryex wants to merge 2 commits into
mainfrom
alexl/agent/php-bgrewriteaof

Conversation

@Aryex

@Aryex Aryex commented Jul 25, 2026

Copy link
Copy Markdown
Collaborator

Summary

Mark the BGREWRITEAOF command as available for the PHP and C# clients in the command progress tracker.

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

Source Commits

Changes

  • Updated available-commands.json: changed PHP status for BGREWRITEAOF from not_available to available
  • Updated available-commands.json: changed C# status for BGREWRITEAOF from not_available to available
  • Removed the php-href and csharp-href tracking links since the command is now implemented in both clients

Context

Php #271 implements bgRewriteAof() for both standalone (ValkeyGlide) and cluster (ValkeyGlideCluster) PHP clients. The method initiates a background AOF rewrite, returning true by default or the raw status string when OPT_REPLY_LITERAL is enabled. Cluster multi-node routes return an associative array of node address → result.

C# #444 implements BgRewriteAofAsync() for the GLIDE C# client. Standalone returns Task<string> with the server status message; cluster (no route) routes to all primaries returning ClusterValue<string>. Also adds IServer.SaveAsync(SaveType.BackgroundRewriteAppendOnlyFile) in the StackExchange.Redis compatibility layer.

With this change, BGREWRITEAOF is now available across all GLIDE language clients (Python, Node.js, Java, Go, PHP, C#).

cc @prateek-kumar-improving @currantw


This PR was generated by the automated documentation pipeline.

@Aryex Aryex changed the title docs: mark BGREWRITEAOF as available for PHP docs: mark BGREWRITEAOF as available for PHP and C# Jul 26, 2026
@Aryex

Aryex commented Jul 26, 2026

Copy link
Copy Markdown
Collaborator Author

📝 Updated PR description with 89d8389 — C#: Add BGREWRITEAOF command (#444)

BGREWRITEAOF is now marked as available for all GLIDE language clients.

@Aryex Aryex added AI Generated documentation Improvements or additions to documentation csharp php labels Jul 26, 2026
@Aryex
Aryex force-pushed the alexl/agent/php-bgrewriteaof branch from 9e197f8 to 4a80231 Compare July 26, 2026 21:27
Signed-off-by: kiro-agent <kiro-agent@users.noreply.github.com>
Signed-off-by: kiro-agent <kiro-agent@users.noreply.github.com>
@Aryex
Aryex force-pushed the alexl/agent/php-bgrewriteaof branch from 4a80231 to 1ef0060 Compare July 27, 2026 14:22
@Aryex
Aryex marked this pull request as ready for review July 27, 2026 14:22

@currantw currantw left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good ✅

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 php

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants