667291a2dc
import redis.exceptions overwrites the redis name binding from import redis.asyncio as redis, causing from_url() to create a sync client. ping() then returns bool instead of coroutine. Fix: from redis.exceptions import NoScriptError