Redis graphical interface connection (under windows)

0 modify the configuration file

 set password

bind comment out

protected mode changed to no

1 Enter the command line interface

win+r

cmd

2 Enter the redis directory

cd  D:\Redis-x64-3.2.100

After entering, you will find that the directory has not changed, and then enter the following statement

D:

3 Enter the command

redis-server --service-install redis.windows-service.conf --loglevel verbose

Other common commands

Uninstall service: redis-server --service-uninstall

Start the service: redis-server --service-start

Stop the service: redis-server --service-stop

4 Enter the task manager to view

If the startup error 1067 is reported, create a new folder Logs in the redis directory just now and start it again.

5 Close cmd, open the graphical interface to view

connection succeeded!

 

 

Guess you like

Origin blog.csdn.net/weixin_43488159/article/details/131332327