Skip to content

how to try except #63

@EverStarck

Description

@EverStarck

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions