新建 cache.py 缓存工具模块,封装 Redis 读写和容错降级。 订单详情/列表、客户列表、定价规则读取走缓存,写操作后精确清除。 Redis 不可用时自动降级查 DB,不影响正常业务。 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| backend | ||
| frontend | ||
| .gitignore | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| order_flow.sql | ||
| 数据库.sql | ||
| 测试规划说明书.md | ||
| 确定版需求说明书.md | ||