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

package info (click to toggle)
python-tooz 7.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 868 kB
  • sloc: python: 5,585; 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.