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
commit e3f7e8dadf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
'''