redis-py icon indicating copy to clipboard operation
redis-py copied to clipboard

how to try except

Open EverStarck opened this issue 8 months ago • 0 comments

with redis I used except redis.RedisError as e:

how can I do the same but with upstash_redis?

If I use except Redis.RedisError as e: I get: AttributeError: type object 'Redis' has no attribute 'RedisError'

EverStarck avatar Apr 23 '25 22:04 EverStarck