6/3/24Less than 1 minute
- MySQL25
- python19
- interview17
- java11
- ECS10
- Linux10
- nowcoder9
- git6
- go6
- spring6
- Computer Base6
- llm5
- wsl5
- vlm4
- postgresql4
- Intro4
- 源码分析4
- computer tower4
- Logging Framework3
- c3
- Environment setup3
- redis2
- 架构2
- docker2
- c++2
- milvus2
- wechat2
- CLion2
- MySQL查询深入优化2
- architect1
- Tools1
- icon1
- markdown1
- docker compose1
- Nginx1
- k8s1
- ssh1
- springboot1
- Design Patterns1
- Term1
- windows1
- chocolatey1
- Blog1
- vue1
- trouble shooting1
ERROR: MISCONF Errors writing to the AOF file: Bad file descriptor
确认问题根源
尝试远程连接到redis服务器
# 如果你能直接登录该服务器,则直接登陆服务器,进入redis的客户端
$ redis-cli -h <redis-server-ip> -p <redis-port> -a <password>
# 在服务端直接尝试写入数据
$ 127.0.0.1:6379> set key value EX 60
MISCONF Errors writing to the AOF file: Bad file descriptor
# 至此确认是redis服务端的问题
5/31/24About 1 min
