Files
FastDeploy/examples/cache_storage/README.md
T
jc 04fde3b227 [PD Disaggregation] Prefill and decode support cache storage (#6768)
* Prefill and decode support cache storage

* up

* up

* update docs and refine mooncake store

* up
2026-03-16 14:44:49 +08:00

794 B

Global Cache Pooling Examples

This directory contains example scripts for Global Cache Pooling with MooncakeStore.

Documentation

Quick Start

# Multi-instance scenario
bash run.sh

# PD disaggregation scenario
bash run_03b_pd_storage.sh

Scripts

Script Scenario Description
run.sh Multi-Instance Two standalone instances sharing cache
run_03b_pd_storage.sh PD Disaggregation P+D instances with global cache pooling

Files

  • mooncake_config.json - Mooncake configuration file
  • utils.sh - Utility functions for scripts
  • stop.sh - Stop all running services