We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
7.6.0
当前边缘节点部署需要redis进行缓存数据,希望增加使用内存、本地文件、etcd的存储的方式替代redis存储方式。
The text was updated successfully, but these errors were encountered:
目前有miniredis,用的就是内存来代替redis
Sorry, something went wrong.
@wadeLouis 你的边缘节点的部署架构和使用场景是什么样的呢,用 redis 有什么不方便的地方么?
redis存储需要部署redis,但是内网的网络条件不好,安全要求都比较高,所以希望是尽可能的利用现有的资源去分配。多种选择,我就能少点资源的协调。
No branches or pull requests
版本
7.6.0
需求
当前边缘节点部署需要redis进行缓存数据,希望增加使用内存、本地文件、etcd的存储的方式替代redis存储方式。
The text was updated successfully, but these errors were encountered: