Posts tagged under "redis"

Understanding how Redis eviction policies work

By Sreenadh TC on May 21, 2021
Redis can be used as an LRU cache with right kind of eviction policy. We can have some fun figuring out how this actually works
Tagged under: redis

Working around rate limiting external apis with Elixir

By Sreenadh TC on April 20, 2021
Fetch movie rating from several API without hitting rate limits on failure retries
Tagged under: elixir, redis