oslo.cache/oslo_cache/tests
Takashi Kajinami 31201ce71c Automate TLS certificates settings for redis backend
This adds support for configuring certificate/key files used for TLS
connection with Redis using the existing tls_* options.

example)

[cache]
backend=dogpile.cache.backend.redis
backend_arguments=url:rediss://:a_big_secret@localhost:2679
tls_enabled=True
tls_cafile = /etc/pki/tls/certs/ca-bundle.crt

Change-Id: I2ab38b8c88274cb4908791eea8212a79e3d524a2
2024-02-03 20:17:22 +09:00
..
functional Support SASL protocol for memcached 2022-05-03 10:58:53 +08:00
unit Automate TLS certificates settings for redis backend 2024-02-03 20:17:22 +09:00
__init__.py Don't register backends on import 2015-07-08 19:38:17 -05:00
test_cache.py Adding functional tests 2020-05-14 14:45:12 +02:00