docs: mark SAVE as available for PHP and C# - #282
Open
Aryex wants to merge 2 commits into
Open
Conversation
Collaborator
Author
|
📝 Updated PR description with Also marked C# SAVE as |
Aryex
force-pushed
the
alexl/agent/php-save-command
branch
from
July 26, 2026 21:27
e0cdfde to
312536c
Compare
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>
Aryex
force-pushed
the
alexl/agent/php-save-command
branch
from
July 27, 2026 14:23
312536c to
0cf9f5e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Mark the SAVE command as available for the PHP and C# clients in the command progress tracker.
Source Commits
b837999— Implement save command (Document mTLS and automatic client-certificate reloading across all client languages #272)42ff403— feat: AddSAVEcommand (#440)Changes
available-commands.json: changed PHP status for SAVE fromnot_availabletoavailableavailable-commands.json: changed C# status for SAVE fromnot_availabletoavailablephp-hrefandcsharp-hreftracking links since the command is now implemented in both clientsContext
Php #272 implements
save()for both standalone (ValkeyGlide) and cluster (ValkeyGlideCluster) PHP clients. The method performs a synchronous dataset save to disk, returningtrueby default or the raw status string "OK" whenOPT_REPLY_LITERALis 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 aSaveAsync(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.