Coordinate distributed systems.
Go to file
Takashi Kajinami 5a5fc3a7b2 redis: Fix missing ssl/auth options for sentinel
This ensures options for redis connections are replicated to sentinel
clients, so that users can enable SSL or authentication in Redis
sentinel while they also enable these in Redis.

Closes-Bug: #2052372
Change-Id: I78727387cf8287554549ff5a99a80f3317cbd59b
2024-02-04 08:18:59 +00:00
doc Remove etcd3 drvier 2023-11-17 23:34:26 +09:00
examples Adding pre-commit 2020-10-09 15:35:34 +00:00
playbooks Unblock tooz gate 2019-05-10 20:02:04 +00:00
releasenotes redis: Fix missing ssl/auth options for sentinel 2024-02-04 08:18:59 +00:00
tools Add grouping support in etcd to compatibility matrix. 2022-10-28 17:28:21 +02:00
tooz redis: Fix missing ssl/auth options for sentinel 2024-02-04 08:18:59 +00:00
.coveragerc Fix coverage tests 2018-09-18 00:37:30 +00:00
.gitignore Ignore .eggs directory 2023-12-22 21:41:12 +09:00
.gitreview OpenDev Migration Patch 2019-04-19 19:27:52 +00:00
.pre-commit-config.yaml Bump hacking 2024-01-26 01:03:15 +09:00
.stestr.conf Migrate to stestr 2018-09-18 00:37:30 +00:00
.zuul.yaml Update the default etcd3gw endpoint to v3 2023-09-27 09:26:52 +00:00
CONTRIBUTING.rst Add CONTRIBUTING.rst 2016-11-18 16:44:36 +08:00
LICENSE First commit of Tooz 2013-12-19 12:18:35 +01:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-05-22 14:58:13 +08:00
bindep.txt Fix bindep for Debian 12 2023-11-16 01:29:07 +09:00
requirements.txt Bump tenacity dependency to >= 5.0.0 2022-03-29 09:06:40 +00:00
run-examples.sh Have examples run in the py27 environment and make them work 2014-09-19 11:57:56 -07:00
run-tests.sh Simplify env list and test running 2017-06-09 18:09:31 +02:00
setup-consul-env.sh Implements Group API for the Consul driver 2020-06-15 11:24:49 -05:00
setup-etcd-env.sh Update the default etcd3gw endpoint to v3 2023-09-27 09:26:52 +00:00
setup.cfg redis: Add username 2024-02-04 08:11:23 +00:00
setup.py Cleanup py27 support 2023-08-08 17:15:17 +08:00
test-requirements.txt Adding pre-commit 2020-10-09 15:35:34 +00:00
tox.ini tox: Bump python runtime versions in the default envlist 2023-12-18 15:13:35 +09:00

README.rst

Tooz

Latest Version

Downloads

The Tooz project aims at centralizing the most common distributed primitives like group membership protocol, lock service and leader election by providing a coordination API helping developers to build distributed applications.

Join us