mirror of
https://github.com/BEDOLAGA-DEV/remnawave-bedolaga-telegram-bot.git
synced 2026-03-07 22:43:07 +00:00
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