docs: update .NET server management commands progress - #16
Closed
Aryex wants to merge 2 commits into
Closed
Conversation
…key-io#222) Signed-off-by: hashrr <harsha7697@gmail.com> Signed-off-by: Harshavardhan Gowda <harsha7697@gmail.com> Signed-off-by: Alex Le <alex.le@improving.com> Co-authored-by: Alex Le <alex.le@improving.com>
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
Update the commands implementation progress table to reflect C# server management command support added in valkey-glide-csharp.
Source Commits
3fb20a6— Expand server management command API (#315)Changes
Config getfrom "Not started" to "Done"Config setfrom "Not started" to "Done"flushallfrom "Not started" to "Done"flushdbfrom "Not started" to "Done"lolwutfrom "Not started" to "Done"waitaofrow (Done for Java and .NET, Not started for others)Context
PR valkey-io/valkey-glide-csharp#315 expands the C# server management command API with FlushMode support for FLUSHALL/FLUSHDB, multi-parameter CONFIG GET/SET, LOLWUT with version/parameters, and WAITAOF. These are all now fully implemented in the GLIDE-native layer with interfaces, clients, and batch support.
cc @affonsov
This PR was generated by the doc-trigger pipeline.