* CAE-193: add "IGNORE" options to time series commands (for v5 branch)
* add INCR/DECR and modify tests to not test ignore on older version
* require maxTimeDiff/maxValDiff to be specified
also rename them
* fix add/ignore test after api change
* update tests for api change in IGNORE option
* fix: loop over arguments instead of spreading
* update to use concat
* use the returned array from pushVerdictArguments (instead of assuming it'll push to the original array)
* fix "Type 'RedisCommandArguments' is not assignable to type 'string[]'."
* fix "Argument of type 'RedisCommandArgument | RedisCommandArguments[]' is not assignable to parameter of type 'RedisCommandArgument | RedisCommandArgument[]'"
* fix "Type 'RedisCommandArguments' is not assignable to type 'string[]'"
Co-authored-by: Leibale Eidelman <leibale1998@gmail.com>