7, redis password command

1, redis-server.exe first start

2, connected via redis redis-cli, auth password input verified

3, config set requirepass 123456 reset passwords, config set requirepass "" to cancel the password

4, after setting a password, other systems must comply with the agreement redis password when connecting redis

5, this set redis password method is only suitable for the currently active redis, if redis restart, then this set on another invalid

 

Scenes:

redis configured a password, but I want redis not need password verification when another program is started, then the way is '' to cancel the password config set requirepass, you can normally connect redis when such other programs without the need to restart your password

Guess you like

Origin www.cnblogs.com/wf2010517141/p/11494152.html