Skip to content

docs: add MEMORY commands (DOCTOR, MALLOC-STATS, PURGE, STATS) - #284

Open
Aryex wants to merge 1 commit into
mainfrom
alexl/agent/memory-commands-docs
Open

docs: add MEMORY commands (DOCTOR, MALLOC-STATS, PURGE, STATS)#284
Aryex wants to merge 1 commit into
mainfrom
alexl/agent/memory-commands-docs

Conversation

@Aryex

@Aryex Aryex commented Jul 26, 2026

Copy link
Copy Markdown
Collaborator

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.

⚠️ Attention: This PR was generated automatically. Verify that all relevant pages have been updated.

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

  • Created new documentation page how-to/monitoring/memory-commands.mdx covering all 4 MEMORY commands with examples for standalone and cluster usage across Python, Java, Node.js, Go, C#, and PHP
  • Updated available-commands.json to mark MEMORY DOCTOR, MEMORY MALLOC-STATS, MEMORY PURGE, and MEMORY STATS as available for Python, Node.js, Java, Go, C#, and PHP
  • Added sidebar entry for the new MEMORY commands page under Monitoring

Context

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(), and memoryStats() methods for both standalone and cluster clients.

cc @prateek-kumar-improving


This PR was generated by the automated documentation pipeline.

@Aryex

Aryex commented Jul 26, 2026

Copy link
Copy Markdown
Collaborator Author

📝 Updated PR description with 80ced93 — Add MEMORY DOCTOR, MALLOC-STATS, PURGE, and STATS commands (C# #443)

Changes in this update:

  • Added C# code examples for all 4 MEMORY commands (standalone + cluster with routing)
  • Updated available-commands.json to mark C# as available
  • Added C# column to API Reference tables
  • Updated intro paragraph to include C#

@Aryex
Aryex force-pushed the alexl/agent/memory-commands-docs branch from 95a3fd0 to e44ddc1 Compare July 26, 2026 21:27
@Aryex
Aryex requested review from affonsov and currantw July 27, 2026 14:26
@Aryex
Aryex marked this pull request as ready for review July 27, 2026 14:27
@Aryex
Aryex force-pushed the alexl/agent/memory-commands-docs branch from e44ddc1 to dc17801 Compare July 27, 2026 14:27
@Aryex
Aryex removed the request for review from currantw July 27, 2026 14:39
… STATS)

Signed-off-by: kiro-agent <kiro-agent@users.noreply.github.com>
@Aryex
Aryex force-pushed the alexl/agent/memory-commands-docs branch from dc17801 to a3e35cb Compare August 7, 2026 08:07
@Aryex Aryex added the php label Aug 7, 2026
@Aryex

Aryex commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator Author

📝 Updated PR description with ce37641 — Implement MEMORY DOCTOR, MALLOC-STATS, PURGE, and STATS commands (PHP)

Branch rebased onto latest main and rebuilt from scratch to resolve conflicts with the new ruby column in available-commands.json. PHP examples added to all MEMORY command sections on the docs page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants