当前位置:网站首页>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
然后再

启动成功
边栏推荐
- ML - 语音 - 语音处理介绍
- Debounce and throttle
- My creation anniversary
- JVM-垃圾收集器详解
- 异步fifo的实现
- PageHelper does not take effect, and SQL does not automatically add limit
- Implementation of asynchronous FIFO
- matlab---错误使用 var 数据类型无效。第一个输入参数必须为单精度值或双精度值
- Recommend 10 learning websites that can be called artifact
- spark中saveAsTextFile如何最终生成一个文件
猜你喜欢

Introduction to raspberry Pie: initial settings of raspberry pie

How to solve the problem of scanf compilation error in Visual Studio

ML - 自然语言处理 - 基础知识

Image cropper example

Remember that spark foreachpartition once led to oom

什么是物联网

Implementation of asynchronous FIFO

记一次Spark foreachPartition导致OOM

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

Gbdt source code analysis of boosting
随机推荐
MySQL heap table_ MySQL memory table heap Usage Summary - Ninth Five Year Plan small pang
Vscode plugin collection
Spark judges that DF is empty
Once spark reported an error: failed to allocate a page (67108864 bytes), try again
一个程序最多可以使用多少内存?
spark中saveAsTextFile如何最终生成一个文件
Spark DF增加一列
二进制补码
看到很多App出现闪烁的图片,特别是会员页面
Image cropper example
Application of C language array in Sanzi chess -- prototype of Queen n problem
Submarine cable detector tss350 (I)
自定义注解校验API参数电话号
Use the command to check the WiFi connection password under win10 system
Object.prototype. Hasownproperty() and in
wait()和sleep()的区别理解
JVM dynamic bytecode technology details
什么是物联网
ML - 自然语言处理 - 自然语言处理简介
Implementation of asynchronous FIFO