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