【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,配置如下信息:
相关推荐
不羁。。2 小时前
【撸靶笔记】第八关:GET - Blind - Boolian Based - Single Quotes
数据库·sql·mybatis
AwhiteV3 小时前
利用图数据库高效解决 Text2sql 任务中表结构复杂时占用过多大模型上下文的问题
数据库·人工智能·自然语言处理·oracle·大模型·text2sql
m0_595199853 小时前
Redis(以Django为例,含具体操作步骤)
数据库·redis·缓存
爱尚你19934 小时前
MySQL 三大日志:redo log、undo log、binlog 详解
数据库·mysql
秃了也弱了。4 小时前
Redisson3.14.1及之后连接阿里云redis代理模式,使用分布式锁:ERR unknown command ‘WAIT‘
redis·阿里云·代理模式
月盈缺4 小时前
学习嵌入式的第二十二天——数据结构——双向链表
数据结构·学习·链表
染翰4 小时前
lua入门以及在Redis中的应用
开发语言·redis·lua
小猿姐5 小时前
KubeBlocks AI:AI时代的云原生数据库运维探索
数据库·人工智能·云原生·kubeblocks
★YUI★6 小时前
学习游戏制作记录(制作系统与物品掉落系统)8.16
学习·游戏·ui·unity·c#
努力还债的学术吗喽6 小时前
【速通】深度学习模型调试系统化方法论:从问题定位到性能优化
人工智能·深度学习·学习·调试·模型·方法论