Redis可视化工具

流行的Redis可视化工具

1.RedisDesktopManager

Redis桌面管理器(又名RDM) 是一个用于Windows,Linux和MacOS的快速开源Redis数据库管理应用程序。该工具提供了一个易于使用的GUI,可以访问Redis数据库并执行一些基本操作:将键视为树,CRUD键,通过shell执行命令。RDM支持SSL / TLS加密

Github地址:https://github.com/uglide/RedisDesktopManager

官网:https://redisdesktop.com

下载地址:https://redisdesktop.com/download

安装指导:http://docs.redisdesktop.com/en/latest/install/

说明文档:http://docs.redisdesktop.com/en/latest/quick-start/

image.png

特点:

1.适用于多种操作系统:Redis Desktop Manager是适用于Mac OS X,Windows和Linux的GUI应用程序

2.适用于海量数据的数据库

3.SSH隧道支持:直接或通过SSH隧道连接到Redis

4.可用于云Redis实例:支持与Amazon ElastiCache,Microsoft Azure Redis Cache和Redis Labs配合使用

2.FastoRedis

FastoRedis(FastoNoSQL的分支)是一个跨平台的开源Redis管理工具。为Redis的redis-cli提供了相同的引擎。适用于大多数Linux系统,也适用于Windows,Mac OS X,FreeBSD和Android平台

Github地址:https://github.com/fastogt/fastonosql

官网:https://fastoredis.com

下载地址:https://fastoredis.com/anonim_users_downloads

帮助文档:https://fastoredis.com/help

image.png

FastoRedis的主要特点:

1.Redis shell的全功能FastoRedis嵌入了相同的redis-cli引擎。可以在FastoRedis中重用redis-cli shell的主要技能。提供语法高亮,自动完成,不同视图模式(文本,树,表)等

2.可以根据需要打开任意数量的shell。FastoRedis中的每个选项卡都是Redis shell,彼此完全分开。为单个Redis服务器打开了许多shell,或者为许多不同的服务器打开了许多shell

3.自动完成:FastoRedis为您提供所有Redis命令的自动完成功能。协助FastoRedis自动执行您的代码

4.Redis具有称为Redis Unix套接字的功能,并且您的服务器永远不会在网络中可见,此功能类似于嵌入式数据库,仅适用于本地计算机

5.支持Microsoft Azure Redis Cache和Redis Labs

6.Redis Cluster提供了一种运行Redis安装的方法,其中数据在多个Redis节点之间自动分片。FastoRedis能够与Redis Cluster一起使用,支持发现功能,可以将群集作为一个服务器使用

7.Redis Sentinel为Redis提供高可用性。实际上,使用Sentinel可以创建一个Redis部署,可以在没有人为干预的情况下抵御某些类型的故障。Discovery Redis Sentinel是FastoRedis的超级功能

8.使用SSH协议访问服务器您可以通过SSH隧道连接到服务器。支持密码和私钥两种身份验证方法

3.目前国内最好用的可视化工具阿里云DMS(收费)

官网:https://aliyun.com/product/dms

还有一些不太常用或者已经不再更新的Redis可视化工具

1.Medis:https://github.com/luin/medis

2.phpRedisAdmin:https://github.com/ErikDubbelboer/phpRedisAdmin

3.RedisClient:https://github.com/caoxinyu/RedisClient

3.RedisStudio:https://github.com/cinience/RedisStudio

4.PyRedisAdmin:https://github.com/JoneXiong/PyRedisAdmin

5.Go-Redis:https://github.com/alphazero/Go-Redis

6.RedisLive监控客户端:https://github.com/nkrode/RedisLive

7.国产Redis客户端TreeDMS :http://www.treesoft.cn/dms.html

你可能感兴趣的:(Redis可视化工具)