valkey_cluster_client_base library

Classes

ValkeyClusterClientBase
The abstract base class for a cluster-aware Valkey client.

Exceptions / Errors

ValkeyClientException
Thrown when a command is issued in an invalid client state.
ValkeyConnectionException
Thrown when the client fails to connect to the server (e.g., connection refused) or if an established connection is lost. Corresponds to socket-level or network errors.
ValkeyParsingException
Thrown if the client cannot parse the server's response.
ValkeyServerException
Thrown when the Valkey server returns an error reply (e.g., -ERR, -WRONGPASS). These are errors reported by the server itself, indicating a command could not be processed.