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
Robbert Müller bcfd648855
redis: use regexp to check if the value matches expected form (#1079)
* Use regexp to check if the value matches expected form

regexp should match values like:
- 1B
- 10MB
- 10mb

* Added changelog entry

* Update changelogs/fragments/1079-redis-use-regexp-to-check-if-the-value-matches-expected-form.yaml

Co-authored-by: Amin Vakil <info@aminvakil.com>

Co-authored-by: Amin Vakil <info@aminvakil.com>
2020-10-20 07:04:42 +02:00
..
elasticsearch_plugin.py modules: fix examples to use FQCN (#644) 2020-07-13 21:50:31 +02:00
kibana_plugin.py modules: fix examples to use FQCN (#644) 2020-07-13 21:50:31 +02:00
odbc.py Adding ODBC module (#606) 2020-07-17 07:39:37 +03:00
redis.py redis: use regexp to check if the value matches expected form (#1079) 2020-10-20 07:04:42 +02:00
redis_info.py modules: fix examples to use FQCN for builtin modules (#648) 2020-07-14 18:28:08 +03:00
riak.py modules: fix examples to use FQCN (#644) 2020-07-13 21:50:31 +02:00