keyscope_cluster_client_base library

Classes

KeyscopeClusterClientBase
The abstract base class for a cluster-aware Redis/Valkey client.

Exceptions / Errors

KeyscopeClientException
Thrown when a command is issued in an invalid client state.
KeyscopeConnectionException
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.
KeyscopeParsingException
Thrown if the client cannot parse the server's response.
KeyscopeServerException
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.