Add redis/elasticache/cluster/sentinel links

This commit is contained in:
Marcelo Boeira
2022-01-21 17:17:56 +01:00
parent eb2d6d4956
commit 3565202c8e
3 changed files with 20 additions and 2 deletions

View File

@@ -58,6 +58,10 @@ graph TD
DB --> NoSQL[NoSQL]
NoSQL --> KV[KeyValue]
KV --> Rd[Redis]
Rd --> RdSn[Sentinel]
Rd --> RdCls[Cluster]
Rd --> RdSh[Sharding]
Rd --> RdEC[ElastiCache]
NoSQL --> DoS[DocumentStore]
DoS --> Mng[Mongo]
DoS --> ES[ElasticSearch]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 289 KiB

After

Width:  |  Height:  |  Size: 291 KiB