Finding, isolating, and solving an algorithm challenge in a real application — A client raised an issue that their batch delete from the Redis cache was too slow. Although initially, I thought Redis was at fault, given it’s not the best to delete thousands of keys, I was wrong. …