已关闭
[新需求]: support put_batch/get_batch api #1
shilinlee创建于 2025年12月17日关闭于 2025年12月22日
2025年12月17日 将 shilinlee_com 设为负责人
2025年12月17日 修改了issue 的描述
shilinlee
2025年12月17日 评论:
2025年12月17日 评论:
@shilinlee_com 开发中


2025年12月20日 关联了pull request:feat: support put_batch and get_batch api
2025年12月22日 关闭了 issue
1月22日 添加了label:resolved
需求背景
现在memcache的put_from/get_into等一系列接口,都丢失了dtype和shape等关键信息,导致取出来的数据无法快速还原成框架测的tensor。目前只能使用get/put接口来快速保存、取出(dtype/shape),来还原tensor。
需求描述
需要支持字符串编码的put/get批量接口
其他说明
参考mooncake:
https://github.com/kvcache-ai/Mooncake/blob/317384c46f1219bcf46f706c127cee5196c6a0a5/mooncake-integration/store/store_py.cpp#L963