Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Heroku 上有一个使用 RedisToGo 和 gem redis 的 Rails 应用程序。我该如何做类似的事情:
$ redis-cli monitor
但在 RedisToGo 上?
你是这个意思吗?
redis-cli -h host.redistogo.com -p portnumber -a yourpassword monitor
如果您正在寻找监控工具,请查看RedisLive,它需要一些配置并且是自托管的,但可以完成工作。
相反,如果您正在寻找功能齐全的 Redis GUI(实时编辑器/客户端列表/slowlog/data-viz、在线监控、配置、高级终端等...),您会想尝试一下红人。
免责声明:我是 Redsmin 的创始人。