Skip to content

docs: mark SAVE as available for PHP and C# - #282

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

docs: mark SAVE as available for PHP and C##282
Aryex wants to merge 2 commits into
mainfrom
alexl/agent/php-save-command

Conversation

@Aryex

@Aryex Aryex commented Jul 25, 2026

Copy link
Copy Markdown
Collaborator

Summary

Mark the SAVE 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 SAVE from not_available to available
  • Updated available-commands.json: changed C# status for SAVE 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 #272 implements save() for both standalone (ValkeyGlide) and cluster (ValkeyGlideCluster) PHP clients. The method performs a synchronous dataset save to disk, returning true by default or the raw status string "OK" when OPT_REPLY_LITERAL is enabled. Cluster multi-node routes return an associative array of node address → result.

C# #440 implements SaveAsync() for both standalone and cluster C# clients. The cluster client adds a SaveAsync(Route route) overload; the no-arg version routes to all primaries by default. SAVE and BGSAVE are excluded from batch interfaces (matching Python, Java, and Node clients).

With this change, SAVE 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 SAVE as available for PHP docs: mark SAVE 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 42ff403 — feat: Add SAVE command (#440)

Also marked C# SAVE as available in available-commands.json. With this, SAVE is now available across 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-save-command branch from e0cdfde to 312536c Compare July 26, 2026 21:27
@Aryex
Aryex marked this pull request as ready for review July 27, 2026 14:23
Signed-off-by: kiro-agent <kiro-agent@users.noreply.github.com>
Signed-off-by: kiro-agent <kiro-agent@users.noreply.github.com>

@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