Skip to content

docs: mark RESET as available for PHP and C# - #283

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

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

Conversation

@Aryex

@Aryex Aryex commented Jul 25, 2026

Copy link
Copy Markdown
Collaborator

Summary

Mark the RESET 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 RESET from not_available to available
  • Removed the php-href tracking link since the command is now implemented
  • Updated available-commands.json: changed C# status for RESET from not_available to available
  • Removed the csharp-href tracking link since the command is now implemented

Context

Php #273 implements reset() for both standalone (ValkeyGlide) and cluster (ValkeyGlideCluster) PHP clients. The RESET command resets the connection's server-side state (subscriptions, watches, etc.) while keeping the connection alive.

C# #457 implements ResetAsync() on IBaseClient for both standalone and cluster C# clients. In cluster mode, glide-core routes RESET to all nodes. Batch support is included via IBatch.ResetAsync() (non-atomic only; server rejects RESET inside MULTI/EXEC).

cc @prateek-kumar-improving @currantw


This PR was generated by the automated documentation pipeline.

@Aryex Aryex changed the title docs: mark RESET as available for PHP docs: mark RESET 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 81e15dbRESET command support (#457)

Changes: marked C# RESET status as available and removed the csharp-href tracking link in available-commands.json.

@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-reset-command branch from dced2a8 to 1713861 Compare July 26, 2026 21:27
@Aryex
Aryex marked this pull request as ready for review July 27, 2026 14:24
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/php-reset-command branch from 1713861 to bb4dad5 Compare July 27, 2026 14:24

@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