Skip to content

docs: mark CLIENT PAUSE/UNPAUSE as available for C# and PHP - #290

Open
Aryex wants to merge 2 commits into
mainfrom
alexl/agent/client-pause-unpause-docs
Open

docs: mark CLIENT PAUSE/UNPAUSE as available for C# and PHP#290
Aryex wants to merge 2 commits into
mainfrom
alexl/agent/client-pause-unpause-docs

Conversation

@Aryex

@Aryex Aryex commented Jul 26, 2026

Copy link
Copy Markdown
Collaborator

Summary

Mark CLIENT PAUSE and CLIENT UNPAUSE commands 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 CLIENT PAUSE from not_available to available
  • Updated available-commands.json: changed C# status for CLIENT UNPAUSE from not_available to available
  • Updated available-commands.json: changed PHP status for CLIENT PAUSE from not_available to available
  • Updated available-commands.json: changed PHP status for CLIENT UNPAUSE from not_available to available
  • Removed the csharp-href and php-href tracking links since the commands are now implemented

Context

C# #437 implements ClientPauseAsync(TimeSpan timeout), ClientPauseWriteAsync(TimeSpan timeout), and ClientUnpauseAsync() for both standalone and cluster C# clients, including batch/pipeline support.

Php #274 implements clientPause(int $timeout, ?string $mode = null) and clientUnpause() 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.

@Aryex Aryex added AI Generated documentation Improvements or additions to documentation csharp labels Jul 26, 2026
@Aryex
Aryex force-pushed the alexl/agent/client-pause-unpause-docs branch from f93f2ea to 98fc74c Compare July 26, 2026 21:27
@Aryex
Aryex requested a review from currantw July 27, 2026 14:49
@Aryex
Aryex requested review from alexr-bq and xShinnRyuu and removed request for currantw July 27, 2026 14:50
@Aryex
Aryex marked this pull request as ready for review July 27, 2026 14:50
@Aryex
Aryex force-pushed the alexl/agent/client-pause-unpause-docs branch from 98fc74c to e12ee5e Compare July 27, 2026 14:50
@xShinnRyuu
xShinnRyuu requested a review from currantw July 27, 2026 17:08

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

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/client-pause-unpause-docs branch from e12ee5e to 4e8d4f1 Compare July 29, 2026 08:02
@Aryex Aryex changed the title docs: mark CLIENT PAUSE/UNPAUSE as available for C# docs: mark CLIENT PAUSE/UNPAUSE as available for C# and PHP Jul 29, 2026
@Aryex Aryex added the php label Jul 29, 2026
@Aryex

Aryex commented Jul 29, 2026

Copy link
Copy Markdown
Collaborator Author

📝 Updated PR description with afd2dbd — Implement client Pause and Unpause command (#274)

Added PHP availability for CLIENT PAUSE and CLIENT UNPAUSE in available-commands.json.

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