tooz/tooz/drivers
Matthias Runge b8e0d819d4 Retry on redis connection errors
Sometimes, connections get closed by the server. This change
adds retrying to the code.

Conflict:
requirements.txt

NOTE(hberaud): This conflict is due to the cap of tenacity during wallaby
to unblock the gate. This requirement cap won't be an issue for victoria
and for previous stable branches.

fe9c430455

Change-Id: Iaab5ce609c0dcf7085f5dd43efbd37eb4b88f17b
(cherry picked from commit a025b4d4ee)
(cherry picked from commit 62d5d17a5d)
(cherry picked from commit 1ddddbba73)
2022-06-22 14:24:59 +01:00
..
__init__.py First commit of Tooz 2013-12-19 12:18:35 +01:00
consul.py Stop to use the __future__ module. 2022-06-22 14:24:54 +01:00
etcd.py More explicitly document driver connection strings 2018-12-17 22:37:55 +00:00
etcd3.py Stop to use the __future__ module. 2022-06-22 14:24:54 +01:00
etcd3gw.py Stop to use the __future__ module. 2022-06-22 14:24:54 +01:00
file.py More explicitly document driver connection strings 2018-12-17 22:37:55 +00:00
ipc.py More explicitly document driver connection strings 2018-12-17 22:37:55 +00:00
memcached.py More explicitly document driver connection strings 2018-12-17 22:37:55 +00:00
mysql.py Fix broken CI and PyMySQL support 2020-11-22 21:12:41 +00:00
pgsql.py More explicitly document driver connection strings 2018-12-17 22:37:55 +00:00
redis.py Retry on redis connection errors 2022-06-22 14:24:59 +01:00
zake.py Stop to use the __future__ module. 2022-06-22 14:24:54 +01:00
zookeeper.py More explicitly document driver connection strings 2018-12-17 22:37:55 +00:00