docs: mark RESET as available for PHP and C# - #283
Open
Aryex wants to merge 2 commits into
Open
Conversation
Collaborator
Author
|
📝 Updated PR description with Changes: marked C# RESET status as |
Aryex
force-pushed
the
alexl/agent/php-reset-command
branch
from
July 26, 2026 21:27
dced2a8 to
1713861
Compare
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
force-pushed
the
alexl/agent/php-reset-command
branch
from
July 27, 2026 14:24
1713861 to
bb4dad5
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 RESET command as available for the PHP and C# clients in the command progress tracker.
Source Commits
5d46e05— Implement reset command (Add C# examples to circuit breaker documentation page #273)81e15db—RESETcommand support (#457)Changes
available-commands.json: changed PHP status for RESET fromnot_availabletoavailablephp-hreftracking link since the command is now implementedavailable-commands.json: changed C# status for RESET fromnot_availabletoavailablecsharp-hreftracking link since the command is now implementedContext
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()onIBaseClientfor both standalone and cluster C# clients. In cluster mode, glide-core routes RESET to all nodes. Batch support is included viaIBatch.ResetAsync()(non-atomic only; server rejects RESET inside MULTI/EXEC).cc @prateek-kumar-improving @currantw
This PR was generated by the automated documentation pipeline.