【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,配置如下信息:
相关推荐
christine-rr3 小时前
linux常用命令(4)——压缩命令
linux·服务器·redis
可涵不会debug3 小时前
【IoTDB】时序数据库选型指南:工业大数据场景下的技术突围
数据库·时序数据库
ByteBlossom3 小时前
MySQL 面试场景题之如何处理 BLOB 和CLOB 数据类型?
数据库·mysql·面试
麦兜*4 小时前
MongoDB Atlas 云数据库实战:从零搭建全球多节点集群
java·数据库·spring boot·mongodb·spring·spring cloud
Slaughter信仰4 小时前
深入理解Java虚拟机:JVM高级特性与最佳实践(第3版)第十章知识点问答(10题)
java·jvm·数据库
麦兜*4 小时前
MongoDB 在物联网(IoT)中的应用:海量时序数据处理方案
java·数据库·spring boot·物联网·mongodb·spring
2303_Alpha4 小时前
SpringBoot
笔记·学习
萘柰奈4 小时前
Unity学习----【进阶】TextMeshPro学习(三)--进阶知识点(TMP基础设置,材质球相关,两个辅助工具类)
学习·unity
-Xie-4 小时前
Mysql杂志(十六)——缓存池
数据库·mysql·缓存