From 6a5cd8a8949b6fb45b3f12615664455e0289b658 Mon Sep 17 00:00:00 2001 From: Vishal Coder Date: Mon, 25 Jul 2022 11:22:35 -0700 Subject: [PATCH] Added Redis In Memory Db --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index db3e493..433edef 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,17 @@ Circuit Breaker Algorithm: https://martinfowler.com/bliki/CircuitBreaker.html Uber Rate Limiter: https://github.com/uber-go/ratelimit/blob/master/ratelimit.go +## +### In Memory Database - Redis + +Redis Official Documentation : https://redis.com/ + +Learn Redis through Redis University : https://university.redis.com/ + +Redis Open Source Repo : https://github.com/redis/redis + +Redis Architechture : https://medium.com/opstree-technology/redis-cluster-architecture-replication-sharding-and-failover-86871e783ac0 + ## ### Network Protocols