Added Redis In Memory Db

pull/10/head
Vishal Coder 2 years ago
parent 51ea144451
commit 6a5cd8a894

@ -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 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 ### Network Protocols

Loading…
Cancel
Save