This is an automated email from the ASF dual-hosted git repository.
twice 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 9b3aee28 add background to cluster architecture image (#286)
9b3aee28 is described below
commit 9b3aee28f174a251d2da920288552c6b114c472f
Author: shubham-j-sde <[email protected]>
AuthorDate: Thu Mar 20 12:14:42 2025 +0530
add background to cluster architecture image (#286)
---
docs/assets/cluster.jpeg | Bin 0 -> 29782 bytes
docs/assets/cluster.png | Bin 38068 -> 0 bytes
docs/cluster.md | 2 +-
3 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/assets/cluster.jpeg b/docs/assets/cluster.jpeg
new file mode 100644
index 00000000..455adea5
Binary files /dev/null and b/docs/assets/cluster.jpeg differ
diff --git a/docs/assets/cluster.png b/docs/assets/cluster.png
deleted file mode 100644
index 46a036e5..00000000
Binary files a/docs/assets/cluster.png and /dev/null differ
diff --git a/docs/cluster.md b/docs/cluster.md
index d81dde4b..947a2630 100644
--- a/docs/cluster.md
+++ b/docs/cluster.md
@@ -17,7 +17,7 @@ In Kvrocks cluster design, we want to integrate advantages of
both solutions: th
Each Kvrocks node can act as Redis node which can offer the cluster topology
directly, and the Redis cluster client can also work on the Kvrocks cluster
without any modifications. The topology is managed by the other control panel
component which can avoid the complexity of the Gossip protocol(Redis community
takes many years to complete the Gossip on cluster solution).
-
+
## Topology management