mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 21:30:22 -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
1
plugins/modules/redis_data_incr.py
Symbolic link
1
plugins/modules/redis_data_incr.py
Symbolic link
|
@ -0,0 +1 @@
|
|||
./database/misc/redis_data_incr.py
|
Loading…
Add table
Add a link
Reference in a new issue