797 B
797 B
name, description, version
| name | description | version |
|---|---|---|
| tjwater-action-platform-governance-observability-cache | platform/governance-observability 下 cache 操作技能。 | 3.0.0 |
cache Action Skill
简介
负责 platform/governance-observability 场景下 cache 的具体接口调用。
子模块索引 (渐进式引导)
- 当前为叶子节点,直接使用下方接口目录。
接口目录
| Method | Path | Summary | Required Params | Optional Params |
|---|---|---|---|---|
| POST | /api/v1/clearallredis/ |
清除所有缓存 | - | - |
| POST | /api/v1/clearrediskey/ |
清除单个缓存键 | key (query) | - |
| POST | /api/v1/clearrediskeys/ |
清除匹配的缓存键 | keys (query) | - |
| GET | /api/v1/queryredis/ |
查询缓存键列表 | - | - |
- 覆盖方法:
GET, POST