merged
lws803/agent-battle • 12:22 AM - Mar 17, 2026
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. 

