diff --git a/docs/en/redis_best_practices.md b/docs/en/redis_best_practices.md index 511dd313aaa49ceec2b5c19fd721803a8260bee2..192dae58b81826b61810df536f76b70421fe3cb1 100644 --- a/docs/en/redis_best_practices.md +++ b/docs/en/redis_best_practices.md @@ -35,9 +35,9 @@ Once Redis servers and Sentinels are deployed, the `REDIS-URL` can be specified $ ./juicefs mount rediss://:sentinelPass@masterName,1.2.3.4,1.2.5.6:5000/2 ~/jfs ``` -**Note**: The default port for Sentinel is 26379, but the above URL use 6379 (default port for Redis server) as the default, so the port for Sentinel is not optional. +> **Note**: The default port for Sentinel is 26379, but the above URL use 6379 (default port for Redis server) as the default, so the port for Sentinel is not optional. -**Note**: When the password is provided in the URL, it will also be used to connect Redis server. If they have different passwords, the passwords should be specified by enviroment viarables (`SENTINEL_PASSWORD` and `REDIS_PASSWORD`) separately. +> **Note**: When the password is provided in the URL, it will also be used to connect Redis server. If they have different passwords, the passwords should be specified by enviroment viarables (`SENTINEL_PASSWORD` and `REDIS_PASSWORD`) separately. ## Data Durability diff --git a/docs/zh_cn/redis_best_practices.md b/docs/zh_cn/redis_best_practices.md index 44312d6e3c86903021f2165e518684a768c2c028..87b56c8ead6fc397faa63d65bb88d85bcfb2e759 100644 --- a/docs/zh_cn/redis_best_practices.md +++ b/docs/zh_cn/redis_best_practices.md @@ -35,9 +35,9 @@ Once Redis servers and Sentinels are deployed, the `REDIS-URL` can be specified $ ./juicefs mount rediss://:sentinelPass@masterName,1.2.3.4,1.2.5.6:5000/2 ~/jfs ``` -**Note**: The default port for Sentinel is 26379, but the above URL use 6379 (default port for Redis server) as the default, so the port for Sentinel is not optional. +> **Note**: The default port for Sentinel is 26379, but the above URL use 6379 (default port for Redis server) as the default, so the port for Sentinel is not optional. -**Note**: When the password is provided in the URL, it will also be used to connect Redis server. If they have different passwords, the passwords should be specified by enviroment viarables (`SENTINEL_PASSWORD` and `REDIS_PASSWORD`) separately. +> **Note**: When the password is provided in the URL, it will also be used to connect Redis server. If they have different passwords, the passwords should be specified by enviroment viarables (`SENTINEL_PASSWORD` and `REDIS_PASSWORD`) separately. ## Data Durability