docs: add MEMORY commands (DOCTOR, MALLOC-STATS, PURGE, STATS) - #284
Open
Aryex wants to merge 1 commit into
Open
docs: add MEMORY commands (DOCTOR, MALLOC-STATS, PURGE, STATS)#284Aryex wants to merge 1 commit into
Aryex wants to merge 1 commit 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
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
… STATS) Signed-off-by: kiro-agent <kiro-agent@users.noreply.github.com>
Aryex
force-pushed
the
alexl/agent/memory-commands-docs
branch
from
August 7, 2026 08:07
dc17801 to
a3e35cb
Compare
Collaborator
Author
|
📝 Updated PR description with Branch rebased onto latest |
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, C#, and PHP 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)ce37641— Implement MEMORY DOCTOR, MALLOC-STATS, PURGE, and STATS commands (PHP) (Php #285)Changes
how-to/monitoring/memory-commands.mdxcovering all 4 MEMORY commands with examples for standalone and cluster usage across Python, Java, Node.js, Go, C#, and PHPavailable-commands.jsonto mark MEMORY DOCTOR, MEMORY MALLOC-STATS, MEMORY PURGE, and MEMORY STATS as available for Python, Node.js, Java, Go, C#, and PHPContext
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. Php #285 adds the PHP implementation with
memoryDoctor(),memoryMallocStats(),memoryPurge(), andmemoryStats()methods for both standalone and cluster clients.cc @prateek-kumar-improving
This PR was generated by the automated documentation pipeline.