docs: mark CLIENT PAUSE/UNPAUSE as available for C# and PHP - #290
Open
Aryex wants to merge 2 commits into
Open
Conversation
Aryex
force-pushed
the
alexl/agent/client-pause-unpause-docs
branch
from
July 26, 2026 21:27
f93f2ea to
98fc74c
Compare
Aryex
requested review from
alexr-bq and
xShinnRyuu
and removed request for
currantw
July 27, 2026 14:50
Aryex
marked this pull request as ready for review
July 27, 2026 14:50
Aryex
force-pushed
the
alexl/agent/client-pause-unpause-docs
branch
from
July 27, 2026 14:50
98fc74c to
e12ee5e
Compare
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/client-pause-unpause-docs
branch
from
July 29, 2026 08:02
e12ee5e to
4e8d4f1
Compare
Collaborator
Author
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 CLIENT PAUSE and CLIENT UNPAUSE commands as available for the C# and PHP clients in the command progress tracker.
Source Commits
4b243c0— AddCLIENT PAUSEandCLIENT UNPAUSEcommands (#437)afd2dbd— Implement client Pause and Unpause command (docs: document server-assisted client-side cache invalidation (v2.5) #274)Changes
available-commands.json: changed C# status for CLIENT PAUSE fromnot_availabletoavailableavailable-commands.json: changed C# status for CLIENT UNPAUSE fromnot_availabletoavailableavailable-commands.json: changed PHP status for CLIENT PAUSE fromnot_availabletoavailableavailable-commands.json: changed PHP status for CLIENT UNPAUSE fromnot_availabletoavailablecsharp-hrefandphp-hreftracking links since the commands are now implementedContext
C# #437 implements
ClientPauseAsync(TimeSpan timeout),ClientPauseWriteAsync(TimeSpan timeout), andClientUnpauseAsync()for both standalone and cluster C# clients, including batch/pipeline support.Php #274 implements
clientPause(int $timeout, ?string $mode = null)andclientUnpause()for both standalone (ValkeyGlide) and cluster (ValkeyGlideCluster) PHP clients. Supports pause modes "ALL" (default) and "WRITE". In cluster mode, glide-core routes to all primary nodes by default.cc @currantw @prateek-kumar-improving
This PR was generated by the automated documentation pipeline.