Skip to content

Commit 2f214a9

Browse files
authored
docs: Update slack channel link and improve sharding section clarity (#1437)
fix(docs): Update slack channel link and improve sharding section clarity Signed-off-by: Fatih Sarhan <[email protected]>
1 parent 97662c1 commit 2f214a9

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,4 @@ Please see our [CHANGELOG.md](./CHANGELOG.md) for details.
153153
154154
This project is managed by [OpsTree Solutions](http://opstree.com). For any queries or suggestions, you can reach out to us at [[email protected]](mailto:[email protected]).
155155
156-
Join our Slack Channel: [#redis-operator](https://opstree.slack.com/archives/C05MBRB50JG).
156+
Join our Slack Channel: [#redis-operator](https://join.slack.com/t/opstree/shared_invite/zt-3o8jp35x-UGMU2Cy0WSBk3Lbzqa2wVw).

docs/content/en/docs/Redis Overview/_index.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,16 @@ There are two models of setting up cluster in redis:
3434
- Sharding
3535
- Replication
3636

37-
Replication is also known as mirroring of data. In replication, all the data get copied from the leader node to the follower node. Sharding is also known as partitioning. It splits up the data by the key to multiple nodes.
37+
Replication is also known as mirroring of data. In replication, all the data get copied from the leader node to the follower node.
3838

3939
<div align="center">
4040
<img src="../../../images/replication.png">
4141
</div>
4242

43-
<div align="center">
44-
<img src="../../../images/sharding.png">
45-
</div>
46-
47-
In sharding, the keys are getting distributed across both machine A and B. That is, the machine A will hold the 1, 3 key and machine B will hold 2, 4 key:
43+
Sharding is also known as partitioning. It splits up the data by the key to multiple nodes. In sharding, the keys are getting distributed across both machine A and B. That is, the machine A will hold the 1, 2 key and machine B will hold 3, 4 key.
4844

4945
<div align="center">
50-
<img src="https://blog2opstree.files.wordpress.com/2019/06/08d40-1ylzieskl-3rvar6kleoziq.png">
46+
<img src="../../../images/sharding.png">
5147
</div>
5248

5349
## Redis cluster challenges on Kubernetes

0 commit comments

Comments
 (0)