From 2027d1555794f100d4e04fd2e92079cf635de5f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AF=E4=BC=9F=E6=B5=A9?= Date: Tue, 23 Aug 2022 06:43:09 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bef9ab..76c71e4 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,10 @@ curl -F "blob=@tango-ca-v3.cer;type=text/plain" "http://192.168.11.100:9991/ca?k 1. cd src && make tarball 2. cd release 3. tar -zxvf cert_store-1.0.1.0.tar.gz -4. cd cert_store-1.0.1.0 && make install \ No newline at end of file +4. cd cert_store-1.0.1.0 && make install + +[Redis密码登录] +开启redis.conf配置中的 +requirepass foobared : 设置 Redis 连接密码,如果配置了连接密码,客户端在连接 Redis 时需要通过 AUTH 命令提供密码,默认关闭 +终端登录时需要使用-a 指定密码 +redis-cli -a tsg-2022