服务器之家:专注于服务器技术及软件下载分享
分类导航

Mysql|Sql Server|Oracle|Redis|MongoDB|PostgreSQL|Sqlite|DB2|mariadb|Access|数据库技术|

服务器之家 - 数据库 - 数据库技术 - RedisDesktopManager怎么远程连接redis

RedisDesktopManager怎么远程连接redis

2023-05-27 12:09未知服务器之家 数据库技术

直接去官网或者csdn上搜就行 2.安装RedisDesktopManager 傻瓜式安装,一直点next就行 安装完成后就是这样 3.建立远程连接 开始连接之前需要以下准备工作 修改redis.conf文件 命令 vim redis.conf 如果你的redis.conf在其他文件里面,需要加上文

直接去官网或者csdn上搜就行

2.安装RedisDesktopManager

傻瓜式安装,一直点next就行

安装完成后就是这样

RedisDesktopManager怎么远程连接redis

3.建立远程连接

开始连接之前需要以下准备工作

修改redis.conf文件 命令vim redis.conf

如果你的redis.conf在其他文件里面,需要加上文件路径

比如我的在etc目录下,就在redis前面加上/etc

vim /etc/redis.conf

RedisDesktopManager怎么远程连接redis

1.设置虚拟机的主机ip/或者设置为0.0.0.0开放所有

我这里是直接注释掉了,然后使用ps -ef | grep redis命令查看

RedisDesktopManager怎么远程连接redis

显示这个*就可以了

2.把protected-mode设置为no,关闭保护模式,才能远程连接

在redis.conf里面找到protected-mode并设置为no

如果在redis.conf直接找的话太慢了,在这里直接可以/protected实现快速查找

RedisDesktopManager怎么远程连接redis

3.然后我们要把redis设置为后台启动,即将deamonize设置为yes

RedisDesktopManager怎么远程连接redis

4.记得要关闭防火墙

启动: systemctl start firewalld

查看状态: systemctl status firewalld

停止: systemctl disable firewalld

禁用: systemctl stop firewalld

然后就可以开始连接了

RedisDesktopManager怎么远程连接redis

可以先点左下角测试一下

RedisDesktopManager怎么远程连接redis

然后就可以了

延伸 · 阅读

精彩推荐