-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
Description
hi 👋
in sync VlakeyCluster
I'm seeing two ways to close the connection, both look rather similar with slight differences
https://github.com/valkey-io/valkey-py/blob/main/valkey/cluster.py#L661 and https://github.com/valkey-io/valkey-py/blob/main/valkey/cluster.py#L1227
which one would be better to use tho? I don't know
(also none of them seem to be documented)
and worth nothing that the async ValkeyCluster
only has close
, and not the other one