当前位置:网站首页>Could not connect to redis at 127.0.0.1:6379 in Windows
Could not connect to redis at 127.0.0.1:6379 in Windows
2022-06-25 15:26:00 【BlackPenguin】
The reason for this problem is : Server not started . You should start the server first , Start the client again .
First , Make sure that redis Add to the system path . System variables ->PATH->D:\software\Redis ( This is my redis The installation path )
terms of settlement
Close all cmd Command line window
Open a new command line window ,cd To redis Under the table of contents , Then input
redis-server.exe redis.windows.conf
Start server . Don't close the window
Open a new command line window , Start client
redis-cli
边栏推荐
- GDB debugging
- QT set process startup and self startup
- ‘make_ unique’ is not a member of ‘std’
- Pytorch distributed test pit summary
- 2.18 codeforces supplement
- QT article outline
- Postman usage notes, interface framework notes
- [C language] 32 keyword memory skills
- Generation method and usage of coredump
- [paper notes] poly yolo: higher speed, more precise detection and instance segmentation for yolov3
猜你喜欢
Solution of push code failure in idea
Source code analysis of synergetics and ntyco
Globally unique key generation strategy - implementation principle of the sender
Qcodeeditor - QT based code editor
Distributed token
GDB debugging
Kali modify IP address
Yolov5 Lite: fewer parameters, higher accuracy and faster detection speed
Some usage records about using pyqt5
Arthas, a sharp tool for online diagnosis - several important commands
随机推荐
Leetcode121 timing of buying and selling stocks
Go language modifies / removes multiple line breaks in strings
Learning notes on February 5, 2022 (C language)
p1408
Is it safe to open a stock account online?
Stack and queue
One code per day - day one
QT pattern prompt box implementation
Custom structure type
Business layer - upper and lower computer communication protocol
One question per day, punch in
Architecture evolution of high-performance servers -- Suggestions
QT set process startup and self startup
0706-- replace fields in the use case, such as mobile phone number or ID
Function of getinstance() method
Js- get the mouse coordinates and follow them
QT opens the print dialog box in a text editor
Pytorch | how to save and load pytorch models?
Record the time to read the file (the system cannot find the specified path)
Why should the coroutine be set to non blocking IO