summaryrefslogtreecommitdiff
path: root/docs/api/client.rst
Commit message (Collapse)AuthorAgeFilesLines
* fix(core): allow requests to be queued in CONNECTING state (#374) (#588)Damien Diederen2020-03-091-0/+21
| | | | | | | | | | | | | | With this patch, requests issued while the client is in the 'CONNECTING' state get queued instead of raising a misleading 'SessionExpiredError'. This fixes https://github.com/python-zk/kazoo/issues/374, and brings Kazoo more in line with the Java and C clients. See the 'kazoo.client.KazooClient.state' documentation as well as these discussions for more details: https://github.com/python-zk/kazoo/pull/570#issuecomment-554798550 https://github.com/python-zk/kazoo/pull/583#issuecomment-586422386
* Add transactions and some tests for them.Ben Bangert2012-09-071-0/+4
|
* Indent docs for methods.Ben Bangert2012-09-051-7/+7
|
* document client.state and avoid describing internals of client.retryHanno Schlichting2012-08-301-3/+9
|
* document client.handler APIHanno Schlichting2012-08-301-0/+5
|
* officially document client.retry and the availibility of the recipesHanno Schlichting2012-08-301-0/+5
|
* order client docs by source instead of alphabeticallyHanno Schlichting2012-08-301-0/+1
|
* Add new api/protocol/states doc and move docs from api/clientHanno Schlichting2012-08-301-16/+0
|
* docs: stop duplicate long listing of all `__init__` arguments for clientHanno Schlichting2012-07-301-1/+1
|
* move EventType below main KazooClient classHanno Schlichting2012-07-301-2/+1
|
* One typo is all it takesBen Bangert2012-05-311-1/+1
|
* Use a ZnodeStat structure for additional documentation and convenience ↵Ben Bangert2012-05-311-3/+5
| | | | functions.
* Include __init__ method.Ben Bangert2012-05-311-2/+3
|
* Fix docs to include all the data.Ben Bangert2012-05-311-5/+7
|
* Don't doc all special methodsBen Bangert2012-05-311-2/+1
|
* Fix doc strings for sphinx.Ben Bangert2012-05-311-0/+1
|
* Documentation updates.Ben Bangert2012-05-311-0/+19
|
* Add client placeholderBen Bangert2012-05-301-0/+7