当前位置:网站首页>window系统黑窗口redis报错20Creating Server TCP listening socket *:6379: listen: Unknown error19-07-28
window系统黑窗口redis报错20Creating Server TCP listening socket *:6379: listen: Unknown error19-07-28
2022-07-25 15:23:00 【请告诉他】
今天在自己电脑中想复习下redis,结果黑窗口操作以前遇到的问题又忘记了,故而打开博客写起笔记
报错如下
[18748] 28 Jul 20:40:57.851 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server.exe /path/to/redis.conf
[18748] 28 Jul 20:40:57.860 # Creating Server TCP listening socket *:6379: listen: Unknown error
D:\redis>redis-server redis.windows.conf
[7964] 28 Jul 20:42:07.371 # Creating Server TCP listening socket 127.0.0.1:6379: bind: No error
D:\redis>redis-server.exe redis.windows.conf
[11212] 28 Jul 20:44:32.712 # Creating Server TCP listening socket 127.0.0.1:6379: bind: No error
进入安装目录下地址栏输入cmd并回车

执行redis-server.exe redis.windows.conf出现如下提示

解决办法
1、redis-cli.exe
2、shutdown
3、 exit
然后再

启动成功
边栏推荐
- Remember that spark foreachpartition once led to oom
- redis淘汰策列
- CGO is realy Cool!
- 从 join on 和 where 执行顺序认识T-sql查询执行顺序
- MySql的安装配置超详细教程与简单的建库建表方法
- The development summary of the function of fast playback of audio and video in any format on the web page.
- args参数解析
- 谷歌云盘如何关联Google Colab
- MATLAB读取显示图像时数据格式转换原因
- PageHelper does not take effect, and SQL does not automatically add limit
猜你喜欢

Graph theory and concept

Idea护眼色设置

在win10系统下使用命令查看WiFi连接密码

记一次Spark foreachPartition导致OOM

Simulate setinterval timer with setTimeout

Debounce and throttle

MySQL installation and configuration super detailed tutorial and simple database and table building method

4PAM在高斯信道与瑞利信道下的基带仿真系统实验

Idea远程提交spark任务到yarn集群

Single or multiple human posture estimation using openpose
随机推荐
你准备好脱离“内卷化怪圈”了吗?
数据系统分区设计 - 请求路由
Recommend 10 learning websites that can be called artifact
Es5 thinking of writing inheritance
How to solve the login problem after the 30 day experience period of visual stuido2019
理解“平均负载”
获取键盘按下的键位对应ask码
Debounce and throttle
Once spark reported an error: failed to allocate a page (67108864 bytes), try again
Iframe nested other website page full screen settings
Browser workflow (Simplified)
异步fifo的实现
The difference between Apple buy in and apple pay
Spark获取DataFrame中列的方式--col,$,column,apply
wait()和sleep()的区别理解
Singleton mode 3-- singleton mode
args参数解析
ML - Speech - advanced speech model
Instance Tunnel 使用
从 join on 和 where 执行顺序认识T-sql查询执行顺序