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
Andreas Botzner 424af85929
Added redis_data module (#3230)
* 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>
2021-09-20 19:47:23 +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) 2021-06-26 23:59:11 +02:00
redis.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) 2021-06-26 23:59:11 +02:00
redis_data.py Added redis_data module (#3230) 2021-09-20 19:47:23 +02:00
redis_data_info.py Adds redis_data_info module (#3227) 2021-09-08 07:14:37 +02:00
redis_info.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) 2021-06-26 23:59:11 +02:00
riak.py Tidy up validations + bug fixes + deprecations (#1830) 2021-02-16 09:27:24 +01:00