[Question] RedisSaver中的大KEY问题疑惑

Author: marshal2004Created May 21, 2026Updated Sep 15, 2026
Labelskind/questionStalekind/discussion

Question

RedisSaver中将所有checkpointer内容都序列化保存到一个Redis Key。本身大模型的回复内容也是蛮大的。和大模型来回多次沟通后,总信息就更大了。另外序列化再使用Base64编码(体积应该会膨胀30%左右)。这个生产如果使用,很容易产生redis 大KEY问题吧?

Source: alibaba/spring-ai-alibaba