当前位置:网站首页>Windows starts redis service
Windows starts redis service
2022-07-07 09:20:00 【Wow, it's a small dish】
redis-server --service-install redis.windows.conf
Install as windows Service , Boot up
- Start command :
redis-server --service-start
- Stop the order :
redis-server --service-stop
- Unload command :
- redis-server --service-uninstall
Start another command window when accessing :
redis-cli.exe -h 127.0.0.1 -p 6379
边栏推荐
猜你喜欢

STM32 and motor development (from stand-alone version to Networking)

How long does the PMP usually need to prepare for the exam in advance?

C language pointer (Part 2)

2021 year end summary

Jmeters use

Postman setting environment variables

Unittest simple project

Pycharm importing third-party libraries

Jenkins task grouping

串口實驗——簡單數據收發
随机推荐
What are the conditions for applying for NPDP?
How can I apply for a PMP certificate?
Jenkins task grouping
Serializer & modelserializer of DRF serialization and deserialization
Simulation volume leetcode [general] 1557 The minimum number of points that can reach all points
STM32串口寄存器库函数配置方法
Druid monitoring - Introduction to JMX usage and principle
Pytest+request+allure+excel interface automatic construction from 0 to 1 [five nails / flying Book notice]
Mysql database transaction learning notes
PMP certificate preparation experience sharing
On December 8th, 2020, the memory of marketing MRC application suddenly increased, resulting in system oom
Serial port experiment - simple data sending and receiving
Locust performance test 4 (custom load Policy)
E-commerce campaign Guide
[chaosblade: node CPU load, node network delay, node network packet loss, node domain name access exception]
PMP examination experience sharing
Simulation volume leetcode [general] 1706 Where does the ball meet
C language pointer (Part 2)
NVIC interrupt priority management
Postman interface debugging method