Module Reference¶
Interfaces¶
Consul¶
Etcd¶
Etcd3¶
Etcd3gw¶
File¶
IPC¶
Memcached¶
Mysql¶
PostgreSQL¶
Redis¶
Zake¶
Zookeeper¶
Exceptions¶
- class tooz.ToozError(message, cause=None)[source]¶
Exception raised when an internal error occurs.
Raised for instance in case of server internal error.
- Variables:
cause – the cause of the exception being raised, when not none this will itself be an exception instance, this is useful for creating a chain of exceptions for versions of python where this is not yet implemented/supported natively.
- __weakref__¶
list of weak references to the object (if defined)