If you’ve ever used Redis, you know it’s lightning-fast. But like any in-memory data store, it has a big challenge: what happens when it runs out of memory? Redis has a clever way to handle this, it uses eviction policies to decide which keys to remo...