Adds redis_data_info module (#3227)

* Added redis_data_info module

Added:
  - redis_data_info module and suggested 'exists' return flag.
  - module_utils for redis with a base class that handles database connections.
  - inhereited unit tests and added some new ones for the exit flag

* Docfix and sanity

* typo

* Suggested doc changes and ssl option

* TLS and validate_certs fix

* Set support_check_mode for info plugin

* Docfix and import errors

* Redis versioning Fix

* version bump and append fixes
This commit is contained in:
Andreas Botzner 2021-09-08 07:14:37 +02:00 committed by GitHub
parent dd25c0d3bf
commit 6b207bce4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 377 additions and 0 deletions

View file

@ -0,0 +1 @@
database/misc/redis_data_info.py