mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 15:11:23 -07:00
(cherry picked from commit 59bbaeed77
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
8d1a028dbd
commit
e3f7e8dadf
6 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
'''
|
||||
|
|
|
@ -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
|
||||
'''
|
||||
|
|
|
@ -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
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue