Add redis auth/RBAC

This commit is contained in:
Marcelo Boeira
2022-01-26 13:21:58 +01:00
parent 95bcec2a3f
commit 672a9c1743
3 changed files with 4 additions and 0 deletions

View File

@@ -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) * [Redis Sentinel in Nutshell](https://www.youtube.com/watch?v=85HzpIk7Mq8)
* Cluster * Cluster
* [Building for high availability and extreme performance with Redis cluster, AWS - Madelyn Olson](https://www.youtube.com/watch?v=LLxWu27qQTI) ⭐️ 📼 🆓 * [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 * 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 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/) 📰 🆓 * [Datadog - How to Monitor Redis Performance Metrics - Part 2](https://www.datadoghq.com/blog/how-to-collect-redis-metrics/) 📰 🆓

View File

@@ -61,6 +61,7 @@ graph TD
Rd --> RdSn[Sentinel] Rd --> RdSn[Sentinel]
Rd --> RdCls[Cluster] Rd --> RdCls[Cluster]
Rd --> RdSh[Sharding] Rd --> RdSh[Sharding]
Rd --> RdRBAC[RBAC]
Rd --> RdEC[ElastiCache] Rd --> RdEC[ElastiCache]
RdEC --> RdECG[Global Datastore] RdEC --> RdECG[Global Datastore]
NoSQL --> DoS[DocumentStore] NoSQL --> DoS[DocumentStore]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 293 KiB

After

Width:  |  Height:  |  Size: 290 KiB