We've removed the Redis dependency and transitioned to using native in-memory data structures for match state and feed items. By swapping out ioredis for a Map and standard arrays, we've significantly reduced the project's infrastructure complexity and simplified the codebase. This change keeps the existing API surface intact while removing the need for a persistent cache layer. Developer refactoring

Simplified architecture by replacing Redis with in-memory storage - lws803/agent-battle