Docs improvements. (#3893) (#3894)

(cherry picked from commit 59bbaeed77)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2021-12-12 11:46:31 +01:00
committed by GitHub
parent 8d1a028dbd
commit e3f7e8dadf
6 changed files with 7 additions and 4 deletions

View File

@@ -60,6 +60,7 @@ extends_documentation_fragment:
- community.general.redis.documentation
seealso:
- module: community.general.redis_data_incr
- module: community.general.redis_data_info
- module: community.general.redis
'''

View File

@@ -47,7 +47,7 @@ notes:
run the C(GET) command on the key, otherwise the module will fail.
seealso:
- module: community.general.redis_set
- module: community.general.redis_data
- module: community.general.redis_data_info
- module: community.general.redis
'''

View File

@@ -26,6 +26,8 @@ extends_documentation_fragment:
- community.general.redis
seealso:
- module: community.general.redis_data
- module: community.general.redis_data_incr
- module: community.general.redis_info
- module: community.general.redis
'''