This is an automated email from the ASF dual-hosted git repository.

binbin pushed a commit to branch enjoy-binbin-patch-1
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git

commit 8978cd660a004ed823543e22ca72fad86b64c1de
Author: Binbin <[email protected]>
AuthorDate: Mon Aug 14 14:26:45 2023 +0800

    Update kvrocks2redis.md, rename cluster-enable to cluster-enabled
---
 docs/kvrocks2redis.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/kvrocks2redis.md b/docs/kvrocks2redis.md
index 3e5d50b..acaefbd 100644
--- a/docs/kvrocks2redis.md
+++ b/docs/kvrocks2redis.md
@@ -36,7 +36,7 @@ kvrocks 127.0.0.1 6666
 
 # If the source Kvrocks enabled the cluster mode, should enable it here as 
well.
 # Default: no
-cluster-enable no
+cluster-enabled no
 
 # Synchronize the specified namespace data to the specified Redis DB.
 # Warning: It will flush the target redis DB data first before syncing the 
data.

Reply via email to