Redis: slave -> replica (#2867)

* Redis: slave -> replica

* Fallback for old Redis versions in CI.
This commit is contained in:
Felix Fontein
2021-06-24 22:33:29 +02:00
committed by GitHub
parent 24c5d4320f
commit 2d1f5408d3
7 changed files with 70 additions and 55 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- "redis - allow to use the term ``replica`` instead of ``slave``, which has been the official Redis terminology since 2018 (https://github.com/ansible-collections/community.general/pull/2867)."