mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
Added redis_incr module (#3229)
* Added redis_incr module Added redis_incr module and unit tests for the module. Added suggested changes to increment_float, increment_int stuff * rebased to main, version fix and unit test fix * Renamed module,added check_mode and fixed retun value * Update .github/BOTMETA.yml * check_mode fix and version bump * fix for lower Redis versions * Update plugins/modules/database/misc/redis_data_incr.py Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
86a22b5ed2
commit
9b4b175ca3
4 changed files with 397 additions and 0 deletions
2
.github/BOTMETA.yml
vendored
2
.github/BOTMETA.yml
vendored
|
@ -471,6 +471,8 @@ files:
|
|||
maintainers: paginabianca
|
||||
$modules/database/misc/redis_data.py:
|
||||
maintainers: paginabianca
|
||||
$modules/database/misc/redis_data_incr.py:
|
||||
maintainers: paginabianca
|
||||
$modules/database/misc/riak.py:
|
||||
maintainers: drewkerrigan jsmartin
|
||||
$modules/database/mssql/mssql_db.py:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue