File: redis-backend-opts-27915f2b672512c9.yaml

package info (click to toggle)
python-oslo.cache 3.10.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 776 kB
  • sloc: python: 3,055; sh: 31; makefile: 24
file content (16 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
features:
  - |
    The following new options are added. These options are used to customize
    connections in the ``dogpile.cache.redis`` backend.

    - ``redis_server``
    - ``redis_username``
    - ``redis_password``
    - ``redis_socket_timeout``

upgrade:
  - |
    The ``[cache] memcache_socket_timeout`` option no longer takes affect in
    when the ``dogpile.cache.redis`` backend, which is the documented behavior.
    Use the ``[cache] redis_socket_timeout`` option instead.