【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,配置如下信息:
相关推荐
不剪发的Tony老师几秒前
Apache Doris:一款高性能的实时数据仓库
数据库·数据仓库
甜可儿11 分钟前
redis序列化设置
数据库·redis
GGBondlctrl16 分钟前
【SpringBoot】论坛项目中如何进行实现发布文章,以及更新对应数据库的数据更新
数据库·springboot项目·三层设计思想·文章发布项目
若云止水30 分钟前
Ubuntu 下 nginx-1.24.0 源码分析 - ngx_init_cycle 函数 - 详解(4)
数据库·nginx·ubuntu
jay丿1 小时前
Django模板系统深入
数据库·django·sqlite
千层冷面1 小时前
Redis除了做缓存还能做什么?
数据库·redis·缓存
码有余悸3 小时前
Redis:高性能的键值存储系统
数据库·redis·缓存
剑客狼心7 小时前
Oracle:什么是存储过程
数据库·oracle
小王努力学编程7 小时前
【MySQL篇】表的操作
数据库·mysql
汤汤upup7 小时前
面试八股文--数据库基础知识总结(2) MySQL
数据库·mysql·面试