diff --git a/README.md b/README.md index 86c21da..cdfca28 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,9 @@ For instance, take into account the snaptshot above. If you already know how to * [Redis Sentinel in Nutshell](https://www.youtube.com/watch?v=85HzpIk7Mq8) * Cluster * [Building for high availability and extreme performance with Redis cluster, AWS - Madelyn Olson](https://www.youtube.com/watch?v=LLxWu27qQTI) ⭐️ 📼 🆓 + * [AWS Scaling Your Redis Workloads with Redis Cluster](https://www.youtube.com/watch?v=3Ovx5vJ17ws) 📼 🆓 + * RBAC/RedisAuth + * [Redis Best Practices](https://www.youtube.com/watch?v=_4SkEy6r-C4) 📼 🆓 * Monitoring * [Datadog - How to Monitor Redis Performance Metrics - Part 1](https://www.datadoghq.com/blog/how-to-monitor-redis-performance-metrics/) 📰 🆓 * [Datadog - How to Monitor Redis Performance Metrics - Part 2](https://www.datadoghq.com/blog/how-to-collect-redis-metrics/) 📰 🆓 diff --git a/resources/topic-graph.mmd b/resources/topic-graph.mmd index 68955f2..3aa0f66 100644 --- a/resources/topic-graph.mmd +++ b/resources/topic-graph.mmd @@ -61,6 +61,7 @@ graph TD Rd --> RdSn[Sentinel] Rd --> RdCls[Cluster] Rd --> RdSh[Sharding] + Rd --> RdRBAC[RBAC] Rd --> RdEC[ElastiCache] RdEC --> RdECG[Global Datastore] NoSQL --> DoS[DocumentStore] diff --git a/resources/topic-graph.png b/resources/topic-graph.png index 2bb8584..8f25df5 100644 Binary files a/resources/topic-graph.png and b/resources/topic-graph.png differ