简体   繁体   English

管理 redis 数据的最佳方式

[英]Best way to manage redis data

Just getting started with redis, and I'm having a hard time managing the redis data.刚开始使用 redis,我很难管理 redis 数据。 Are there any tools that help give a visualization of my applications redis data?是否有任何工具可以帮助可视化我的应用程序 redis 数据?

Try Redis Desktop Manager - a cross-platform open source Redis Admin GUI.试试Redis 桌面管理器- 一个跨平台的开源 Redis 管理 GUI。 It's available for Windows, Mac OS X and Linux.它适用于 Windows、Mac OS X 和 Linux。

在此处输入图像描述

Try Keylord - cross-platform GUI application for manage key-value databases like Redis, LevelDB, etc.试试Keylord - 跨平台 GUI 应用程序,用于管理 Redis、LevelDB 等键值数据库。

用于管理 Redis 数据库的 Keylord 应用程序

  • support Redis and LevelDB key-value databases支持Redis和LevelDB键值数据库
  • SSH tunnels for Redis connections SSH 隧道用于 Redis 连接
  • display keys in flat and hierarchical views在平面和分层视图中显示键
  • can load millions of keys in background (use SCAN* command)可以在后台加载数百万个键(使用 SCAN* 命令)
  • can create/read/update/delete keys of different types可以创建/读取/更新/删除不同类型的密钥
  • clear and predictable UI清晰可预测的用户界面

There is Redis Admin UI / on github , it is .NET based.在 github 上有Redis Admin UI / 基于 .NET

I have not tried it myself, but the screenshots and the live demo look promising.我自己没有尝试过,但截图和现场演示看起来很有希望。

There is also phpRedisAdmin from ErikDubbelboer, which is working according to the poster of this very similar question: phpMyAdmin equivalent to MySQL for Redis?还有来自ErikDubbelboer的 phpRedisAdmin,它根据这个非常相似的问题的海报工作: phpMyAdmin 相当于 MySQL for Redis?

At my company, when developing in Redis and dealing with a large number of keys, we create and maintain a custom management page while developing.在我公司,在Redis开发和处理大量key时,我们在开发的同时创建并维护一个自定义管理页面。 The reason for this is that it allows us to create the best 'custom' representation of the data.这样做的原因是它允许我们创建数据的最佳“自定义”表示。

I think AnotherRedisDesktopManager is a useful tool for managing redis, which has higher performance我觉得AnotherRedisDesktopManager是管理redis的好用的工具,性能更高

在此处输入图像描述

You can try FastoRedis site programm - crossplatform Redis GUI client based on redis-cli .您可以尝试 FastoRedis站点程序- 基于redis-cli的跨平台 Redis GUI 客户端。

常用截图

I am working on a tool like that (phpMyRedis), but there are no current working tools like that I know of.我正在开发一个类似的工具(phpMyRedis),但我所知道的目前还没有类似的工作工具。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM