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

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 0e8947b  docs: rename cluster-enable to cluster-enabled for 
kvrocks2redis option (#145)
0e8947b is described below

commit 0e8947ba16de806ee45128842edc1a3c2a65632b
Author: Binbin <[email protected]>
AuthorDate: Mon Aug 14 14:39:50 2023 +0800

    docs: rename cluster-enable to cluster-enabled for kvrocks2redis option 
(#145)
---
 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