Skip to content

async cluster, connection after aclose #223

@amirreza8002

Description

@amirreza8002

hi
one thing i'm noticing is that with the sync cluster client, after close is called, you can no longer operate on server, so valkey.get("a") raises an exception

but with the async version, you can still work
so await valkey.set("a", "b") sets the valkeu in server and await valkey.get("a") will return the result from server

latest valkey-py version (latest commit from github)
valkey 8.1.3

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