File: fix-redis-socket_keepalive-type-32b41b746f426efb.yaml

package info (click to toggle)
python-tooz 6.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 840 kB
  • sloc: python: 5,530; sh: 158; makefile: 27
file content (9 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
---
upgrade:
  - |
    The ``socket_keepalive`` option of redis driver no longer accepts integers
    other than 0 and 1.

fixes:
  - |
    The ``socket_keepalive`` option of redis driver now accepts boolean values.