tooz/tooz/drivers
Joshua Harlow 80f9d57791 Use lua locks instead of pipeline locks
Lua locks are less prone to retries (and client side
flapping) so instead of using pipelines and retries on
those pipelines just use the simpler (and guaranteed
server-side atomic) lua based locks instead.

Change-Id: I3a03e040b56fd9ac97b7e5d00463ec961c81084a
2015-05-27 15:06:35 +00:00
..
__init__.py First commit of Tooz 2013-12-19 12:18:35 +01:00
_retry.py retry: fix decorator 2015-01-20 11:15:02 +01:00
file.py Allow the acquired file to be closed manually 2015-04-14 15:51:35 -07:00
ipc.py Add + use helper to raise + chain exceptions 2015-04-14 23:26:12 -07:00
memcached.py Merge "Use a serialization/deserialization specific exception" 2015-05-06 13:44:02 +00:00
mysql.py Provide and use a options collapsing function 2015-05-04 15:19:02 -07:00
pgsql.py Provide and use a options collapsing function 2015-05-04 15:19:02 -07:00
redis.py Use lua locks instead of pipeline locks 2015-05-27 15:06:35 +00:00
zake.py Provide and use a options collapsing function 2015-05-04 15:19:02 -07:00
zookeeper.py Expose Zookeeper client class constants 2015-05-06 10:23:36 -07:00