1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/modules/database/misc
patchback[bot] b495035923
Added redis_data module (#3230) (#3410)
* Added redis_set module

Added redis_set module and unit tests for the new module.
Applied suggested changes and removed redis_del in favor of state
option.
Also added redis utility class that handles connection.

* Typos, added version and BOTMETA

* Fixed import error checking

* Fixed Unit tests

* Docfix and return consistency

* Added Check Mode

* Update plugins/modules/database/misc/redis_data.py

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 424af85929)

Co-authored-by: Andreas Botzner <paginabianca66@gmail.com>
2021-09-20 20:31:07 +02:00
..
elasticsearch_plugin.py Tidy up validations + bug fixes + deprecations (#1830) 2021-02-16 09:27:24 +01:00
kibana_plugin.py kibana_plugin: fixed remove call + run_command with list instead of str (#2143) 2021-04-02 22:05:28 +02:00
odbc.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) (#2882) 2021-06-27 09:39:18 +02:00
redis.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) (#2882) 2021-06-27 09:39:18 +02:00
redis_data.py Added redis_data module (#3230) (#3410) 2021-09-20 20:31:07 +02:00
redis_data_info.py Adds redis_data_info module (#3227) (#3346) 2021-09-08 13:37:11 +02:00
redis_info.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) (#2882) 2021-06-27 09:39:18 +02:00
riak.py Tidy up validations + bug fixes + deprecations (#1830) 2021-02-16 09:27:24 +01:00