MySQL Linux Ubuntu CentOS PHP Windows CSS3
2022年7月16日- 書箋
redis-server.exe redis.windows.conf
redis-cli.exe -h 127.0.0.1 -p 6379 //無需添加密碼參數
config get requirepass
requirepass 123456 //此處注意,行前不能有空格
redis-cli.exe -h 127.0.0.1 -p 6379 -a 123456 //需添加密碼參數