Merge pull request #9852 from savonarola/fix-redis-desc

Fix Redis configuration field description
This commit is contained in:
Ilya Averyanov 2023-01-30 23:26:37 +02:00 committed by GitHub
commit 1a1c3afa81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ The Redis default port 6379 is used if `[:Port]` is not specified.
A Node list for Cluster to connect to. The nodes should be separated with commas, such as: `Node[,Node].`
For each Node should be: The IPv4 or IPv6 address or the hostname to connect to.
A host entry has the following form: `Host[:Port]`.
The MongoDB default port 27017 is used if `[:Port]` is not specified.
The Redis default port 6379 is used if `[:Port]` is not specified.
"""
zh: """