Added support for JSON.NUMMULTBY
Implementation for issue 497
Added support for JSON.NUMMULTBY command. It multiplies existing fields in JSON that matches specified JSON path at the specified key by the multiplier value. Returns null for non numerical fields. Output is stringified array of updated values.
redis documentation : JSON.NUMMULTBY
Changes :
- evalJSONNUMMULTBY implementation
- testevalJSONNUMMULTY unit test
- TestJsonNummultby integration test
@c-harish please rebase the PR once, to resolve conflicts.
@JyotinderSingh
I have rebased. Please review and let me know your suggestions.
@c-harish please resolve conflicts.
@c-harish please resolve conflicts.
rebased, @lucifercr07. please review.