[Chore][Docs] Stale MP CLI and Flags#2882
Merged
sammshen merged 1 commit intoLMCache:devfrom Mar 27, 2026
Merged
Conversation
- --http-port default is 8080, not 8000 - --l2-store-policy choice is 'skip_l1', not 'noop' - blend_server.py renamed to blend_server_v2.py - use 'lmcache server' consistently instead of 'python3 -m' for non-Docker examples - reorder server variants table to list recommended entry point first
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the documentation to reflect architectural and configuration changes in the LMCache multiprocess server. Key updates include renaming 'blend_server.py' to 'blend_server_v2.py', changing the default HTTP port from 8000 to 8080, and renaming the 'noop' L2 store policy to 'skip_l1'. The documentation also shifts focus toward the 'lmcache server' entry point as the recommended usage and adds details for the '/api/clear-cache' and '/api/status' endpoints. I have no feedback to provide as there were no review comments to assess.
royyhuang
approved these changes
Mar 26, 2026
ApostaC
approved these changes
Mar 26, 2026
| - Store all keys to all adapters. Never delete from L1. | ||
| * - ``--l2-store-policy`` | ||
| - ``noop`` | ||
| - ``skip_l1`` |
jooho-XCENA
pushed a commit
to xcena-dev/LMCache
that referenced
this pull request
Apr 2, 2026
fix incorrect defaults, flags, and entry points in MP documentation - --http-port default is 8080, not 8000 - --l2-store-policy choice is 'skip_l1', not 'noop' - blend_server.py renamed to blend_server_v2.py - use 'lmcache server' consistently instead of 'python3 -m' for non-Docker examples - reorder server variants table to list recommended entry point first
jooho-XCENA
pushed a commit
to xcena-dev/LMCache
that referenced
this pull request
Apr 2, 2026
fix incorrect defaults, flags, and entry points in MP documentation - --http-port default is 8080, not 8000 - --l2-store-policy choice is 'skip_l1', not 'noop' - blend_server.py renamed to blend_server_v2.py - use 'lmcache server' consistently instead of 'python3 -m' for non-Docker examples - reorder server variants table to list recommended entry point first
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.
No description provided.