docs: add MEMORY commands (DOCTOR, MALLOC-STATS, PURGE, STATS) - #284
Open
Aryex wants to merge 2 commits into
Open
docs: add MEMORY commands (DOCTOR, MALLOC-STATS, PURGE, STATS)#284Aryex wants to merge 2 commits into
Aryex wants to merge 2 commits into
Conversation
Collaborator
Author
|
📝 Updated PR description with Changes in this update:
|
Aryex
force-pushed
the
alexl/agent/memory-commands-docs
branch
from
July 26, 2026 21:27
95a3fd0 to
e44ddc1
Compare
… STATS) Signed-off-by: kiro-agent <kiro-agent@users.noreply.github.com>
Signed-off-by: kiro-agent <kiro-agent@users.noreply.github.com>
Aryex
marked this pull request as ready for review
July 27, 2026 14:27
Aryex
force-pushed
the
alexl/agent/memory-commands-docs
branch
from
July 27, 2026 14:27
e44ddc1 to
dc17801
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
Add documentation for MEMORY DOCTOR, MEMORY MALLOC-STATS, MEMORY PURGE, and MEMORY STATS commands now available in Python, Node.js, Java, Go, and C# clients.
Source Commits
1b0ffb1— Add MEMORY commands, remove LATENCY/MEMORY batch support (Java, Python, Node, Go) (#6307)80ced93— Add MEMORY DOCTOR, MALLOC-STATS, PURGE, and STATS commands (C#) (C# #443)Changes
how-to/monitoring/memory-commands.mdxcovering all 4 MEMORY commands with examples for standalone and cluster usage across Python, Java, Node.js, Go, and C#available-commands.jsonto mark MEMORY DOCTOR, MEMORY MALLOC-STATS, MEMORY PURGE, and MEMORY STATS as available for Python, Node.js, Java, Go, and C#MemoryDoctorAsync,MemoryMallocStatsAsync,MemoryPurgeAsync, andMemoryStatsAsyncwith both standalone and cluster client usageContext
valkey-glide #6307 adds first-class MEMORY command support across Java, Python, Node.js, and Go clients. C# #443 adds the same commands to the C# client with strongly-typed
MemoryStatsresponse model andClusterValue<T>cluster variants. The documentation page covers all supported languages and notes the batch API exclusion.cc @currantw
This PR was generated by the automated documentation pipeline.