We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea10724 commit 22a2d22Copy full SHA for 22a2d22
markdown-file/Redis-Install-And-Settings.md
@@ -107,7 +107,8 @@ aof-rewrite-incremental-fsync yes
107
- 改为新值:`daemonize yes`
108
- 启动:`/usr/local/bin/redis-server /etc/redis.conf`
109
- 关闭:`redis-cli -h 127.0.0.1 -p 6379 shutdown`
110
- - 查看是否启动:`ps -ef | grep redis`
+ - 关闭(带密码):`redis-cli -h 127.0.0.1 -p 6379 -a 123456 shutdown`
111
+ - 查看是否启动:`ps -ef | grep redis`
112
- 进入客户端:`redis-cli`
113
- 关闭客户端:`redis-cli shutdown`
114
- 开机启动配置:`echo "/usr/local/bin/redis-server /etc/redis.conf" >> /etc/rc.local`
0 commit comments