当前位置:网站首页>远程连接windows版本服务器redis的配置文件设置
远程连接windows版本服务器redis的配置文件设置
2022-07-29 09:16:00 【海是倒过来的天呀】
- windows服务器上装的redis的配置文件有两个:redis.windows.conf和redis.windows-service.conf,我们要修改
redis.windows-service.conf里边的bind 127.0.0.1为bind 0.0.0.0后,然后再把redis从任务管理器的服务里边重新启动一下。 - 然后就可以使用redis可视化工具远程连接此台服务器的redis了。
windows服务器端截图:

windows客户端截图:
边栏推荐
- I don't know how lucky the boy who randomly typed logs is. There must be a lot of overtime
- What should I pay attention to now? Excuse me, is it safe to open a stock account by mobile phone?
- Reptile practice (10): send daily news
- [performance optimization methodology series] III. core idea of performance optimization (2)
- The use and Simulation of string function, character function and memory function
- STM32 application development practice tutorial: design and implementation of controllable LED water lamp
- 201803-3 CCF URL映射 满分题解
- Group Backpack
- Quick sorting (quick sorting) (implemented in C language)
- (Video + graphic) introduction series to machine learning - Chapter 2 linear regression
猜你喜欢
随机推荐
One click automated data analysis! Come and have a look at these treasure tool libraries
Regular expression verification version number
C# 使用数据库对ListView控件数据绑定
四元数与其在Unity中的简单应用
Parameter initialization
The use and Simulation of string function, character function and memory function
C language -- 22 one dimensional array
Sword finger offer 26. substructure of tree
Database system design: partition
(视频+图文)机器学习入门系列-第2章 线性回归
VS2015采用loadlibrary方式调用dll库
[LOJ 6485] LJJ binomial theorem (unit root inversion) (template)
Information system project manager must recite the quality grade of the core examination site (53)
Count the list of third-party components of an open source project
不同数据库相同字段查不重复数据
[unity entry program] C # and unity - understand classes and objects
SAP sm30 brings out description or custom logical relationship
Shutter gradient
Memory leaks and common solutions
What are the backup and recovery methods of gbase 8s database







