mirror of
https://github.com/jmagar/unraid-mcp.git
synced 2026-04-14 21:31:34 -07:00
_QueryCache.get/put/invalidate_all are async (use asyncio.Lock internally). Updated 6 sync test methods to async def with proper await calls so they test the actual async interface rather than calling unawaited coroutines.