From 72f39b9b728bd8dbd4ddba8279039cf8a29c5b3d Mon Sep 17 00:00:00 2001 From: Ilya Averyanov Date: Fri, 27 Jan 2023 17:39:16 +0200 Subject: [PATCH] fix(docs): correct Redis conf field description --- apps/emqx_connector/i18n/emqx_connector_redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_connector/i18n/emqx_connector_redis.conf b/apps/emqx_connector/i18n/emqx_connector_redis.conf index e8e05d08f..e42e73498 100644 --- a/apps/emqx_connector/i18n/emqx_connector_redis.conf +++ b/apps/emqx_connector/i18n/emqx_connector_redis.conf @@ -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: """