Takashi Kajinami 28411250da Add native options for redis backend
This introduces a few new redis_* options to simplify the settings
required to use the redis backend. The main aim of this change is to
replace the requirement to inject url by backend_argument.

[cache]
backend=dogpile.cache.redis
redis_server=127.0.0.1:6379
redis_username=default
redis_password=a_big_secret
redis_socket_timeout=1.0

Closes-Bug: #2052351
Change-Id: Id72878f9cddaa99146eab5fb4ee76c8e6a633809
2024-02-04 13:20:18 +00:00
2022-04-19 15:07:53 +08:00
2023-12-19 20:48:55 +09:00
2020-05-14 14:45:12 +02:00
2019-04-19 19:29:50 +00:00
2020-05-14 14:45:12 +02:00
2017-07-11 21:51:41 +08:00
2024-01-16 22:25:37 +09:00
2022-12-31 15:32:06 +08:00
2024-01-30 13:41:34 +09:00

Team and repository tags

image

oslo.cache

Latest Version

Downloads

oslo.cache aims to provide a generic caching mechanism for OpenStack projects by wrapping the dogpile.cache library. The dogpile.cache library provides support memoization, key value storage and interfaces to common caching backends such as Memcached.

Description
An oslo.config enabled dogpile.cache.
Readme 5.6 MiB
Languages
Python 99.7%
Shell 0.3%