mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 12:25:45 -04:00
文档问题: persistent-storage #141
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @w2534073922 on GitHub (Jul 1, 2025).
问题描述
远程调试时,代码执行到持久化存储相关的代码后就没反应了,卡在那一行不往下走了,服务器上的dify持久化存储是正常可用的(通过存储插件验证的)。
希望出给个FAQ。
页面链接
https://github.com/langgenius/dify-docs/blob/main/plugin-dev-zh/0411-persistent-storage-kv.mdx
建议修改
建议说明一下这个持久化存储的底层是什么实现的,redis还是postgre或者其他什么东西,如果能有详细的数据库字段介绍之类的更好,就可以同时手动操作数据库了