编程开源技术交流,分享技术与知识

网站首页 > 开源技术 正文

「快速阅读」Redis - 可视化(redis key分析)

wxchong 2024-09-30 03:54:12 开源技术 16 ℃ 0 评论

现在比较出名的跨平台可视化界面有两款,web上的就比较多,但功能不是很强大,没有native版本的强大。

RedisDesktop

官网地址:https://redisdesktop.com

源码方式安装

git clone --recursive https://github.com/uglide/RedisDesktopManager.git -b 0.9 rdm && cd ./rdm

Ubuntu

cd src/
./configure
source /opt/qt59/bin/qt59-env.sh && qmake && make && sudo make install
cd /usr/share/redis-desktop-manager/bin
sudo mv qt.conf qt.backup

Fedora & CentOS & OpenSUSE

cd src/
./configure
qmake-qt5 && make && sudo make install
cd /usr/share/redis-desktop-manager/bin
sudo mv qt.conf qt.backup

FastoRedis

官网地扯: https://fastoredis.com/

通过下载编译后包的即可使用

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

本文暂时没有评论,来添加一个吧(●'◡'●)

欢迎 发表评论:

最近发表
标签列表