Add redis auth/RBAC
This commit is contained in:
@@ -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/) 📰 🆓
|
||||
|
||||
@@ -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]
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 293 KiB After Width: | Height: | Size: 290 KiB |
Reference in New Issue
Block a user