In-Memory System Java Coding Interview - Redis-like Commands
Problem overview from real interview of :
Candidate was asked to implement an in-memory system with Redis-like commands in Java. Focus was on handling GET, SET, UNSET, and transaction management logic.
