summaryrefslogtreecommitdiffstats
path: root/changelogs/fragments
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2018-12-05 19:08:53 +0100
committerGitHub <noreply@github.com>2018-12-05 19:08:53 +0100
commit77de219836e552918be797214195fad0c5b7e05e (patch)
tree92786ee1d88502d76ad1f9547ce4c1c66eb988fa /changelogs/fragments
parentMark cs_snapshot_policy unstable (#49543) (diff)
downloadansible-77de219836e552918be797214195fad0c5b7e05e.tar.xz
ansible-77de219836e552918be797214195fad0c5b7e05e.zip
Support version 3 of the redis python library (#49445)
* Support version 3 of the redis python library. Fixes #49341 * Document 2.4.5 minimum redis-py version
Diffstat (limited to 'changelogs/fragments')
-rw-r--r--changelogs/fragments/redis-3-compat.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/redis-3-compat.yaml b/changelogs/fragments/redis-3-compat.yaml
new file mode 100644
index 0000000000..880ba95a4a
--- /dev/null
+++ b/changelogs/fragments/redis-3-compat.yaml
@@ -0,0 +1,2 @@
+bugfixes:
+- redis cache - Support version 3 of the redis python library (https://github.com/ansible/ansible/issues/49341)