Skip to content

docs: mark BGSAVE as available for C# and PHP - #279

Open
Aryex wants to merge 2 commits into
mainfrom
alexl/agent/bgsave-csharp-available
Open

docs: mark BGSAVE as available for C# and PHP#279
Aryex wants to merge 2 commits into
mainfrom
alexl/agent/bgsave-csharp-available

Conversation

@Aryex

@Aryex Aryex commented Jul 25, 2026

Copy link
Copy Markdown
Collaborator

Summary

Mark the BGSAVE command as available for the C# and PHP 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 C# status for BGSAVE from not_available to available
  • Updated available-commands.json: changed PHP status for BGSAVE from not_available to available
  • Removed the csharp-href and php-href tracking links since the command is now implemented in both clients

Context

C# #436 implements BackgroundSaveAsync(), BackgroundSaveScheduleAsync(), and BackgroundSaveCancelAsync() for the C# client (standalone, cluster, and batches).

Php #237 implements bgSave(?string $mode = null) for both standalone and cluster PHP clients, with support for SCHEDULE and CANCEL modes. BGSAVE CANCEL is gated to Valkey 8.1+.

With this PR, BGSAVE is now available across all GLIDE language clients.

cc @currantw @prateek-kumar-improving


This PR was generated by the automated documentation pipeline.

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

Aryex commented Jul 25, 2026

Copy link
Copy Markdown
Collaborator Author

📝 Updated PR description with 8bafac6 — feat(php): implement BGSAVE, BGSAVE SCHEDULE, and BGSAVE CANCEL commands (#237)

@Aryex Aryex added AI Generated documentation Improvements or additions to documentation csharp php labels Jul 26, 2026
@Aryex
Aryex force-pushed the alexl/agent/bgsave-csharp-available branch from e934448 to a15aedd 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/bgsave-csharp-available branch from a15aedd to 468b135 Compare July 27, 2026 14:17
@Aryex
Aryex marked this pull request as ready for review July 27, 2026 14:17

@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.

3 participants