【Redis学习_可视化客户端连接Redis】

Redis学习_可视化客户端连接Redis

  • Redis学习_可视化客户端连接Redis
    • [1、Another Redis Desktop Manager介绍](#1、Another Redis Desktop Manager介绍)
    • [2、Another Redis Desktop Manager连接](#2、Another Redis Desktop Manager连接)

Redis学习_可视化客户端连接Redis

1、Another Redis Desktop Manager介绍

  • 介绍

    Another Redis Desktop Manager 支持哨兵, 集群, ssh通道, ssl认证, stream, subscribe订阅, 树状视图, 命令行, 以及暗黑模式; 多种格式化方式, 甚至能够自定义格式化脚本, 满足你的一切需求.

  • 下载地址

java 复制代码
https://github.com/qishibo/AnotherRedisDesktopManager/releases/download/v1.6.3/Another-Redis-Desktop-Manager.1.6.3.exe
  • 安装
    (傻瓜安装,下一步,下一步)

2、Another Redis Desktop Manager连接

  • 修改redis-conf,允许远程连接
    将protected-mode设置为no,同时将bind注释,如下图:
  • 查看虚拟机IP

执行 ifconfig 命令 可能会不存在,安装 net tools 就可以了

powershell 复制代码
zimoqiufeng@zimoqiufeng-virtual-machine:/usr/local/redis/redis-7.0.15# apt-get install net-tools
  • 客户端连接
    将安装好的 Another Redis Desktop Manager 打开,点击New Conection,配置如下信息:
相关推荐
m0_623955666 分钟前
Oracle使用SQL一次性向表中插入多行数据
数据库·sql·oracle
软件黑马王子1 小时前
C#系统学习第八章——字符串
开发语言·学习·c#
阿蒙Amon1 小时前
C#读写文件:多种方式详解
开发语言·数据库·c#
东窗西篱梦1 小时前
Redis集群部署指南:高可用与分布式实践
数据库·redis·分布式
就是有点傻2 小时前
C#如何实现中英文快速切换
数据库·c#
半新半旧2 小时前
Redis集群和 zookeeper 实现分布式锁的优势和劣势
redis·分布式·zookeeper
1024小神2 小时前
hono框架绑定cloudflare的d1数据库操作步骤
数据库
strongwyy3 小时前
蓝牙墨水屏上位机学习(2)
学习
九皇叔叔3 小时前
(3)手摸手-学习 Vue3 之 变量声明【ref 和 reactive】区别
学习
KellenKellenHao4 小时前
MySQL数据库主从复制
数据库·mysql