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