本文介绍了如何浏览/查看存储在 Redis 中的值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有什么好的浏览器/资源管理器可以查看 Redis 吗?我是 Redis 的新手,所以我的期望是是否有类似于 MongoVUE、Toad 或 SQLExplorer 的东西.
我从服务堆栈中尝试了 Redis Admin UI,但在尝试 IIS 时遇到了 500 错误
解决方案
如果您更喜欢开源桌面工具,请查看
Are there any good browsers/explorer for viewing Redis out there ?Am new to Redis so my expectation is if there is something similar to MongoVUE,Toad or SQLExplorer.
I tried Redis Admin UI from service stack but ran into 500 error when trying on IIS
解决方案
If you prefer open-source desktop tools, also take a look on Redis Desktop Manager.
It's a cross-platform open source Redis DB management tool (i.e. Admin GUI)
Disclaimer: I am the creator and maintainer of this application.
这篇关于如何浏览/查看存储在 Redis 中的值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!