Closed gkorland closed 5 years ago
127.0.0.1:6379> JSON.set test . '{ "foo": 0, "bar": "baz" }' OK 127.0.0.1:6379> JSON.NUMINCRBY test .foo 1 "1.0"
Should have return
"1"
if both existing and input are Integers the results should stay integer
Should have return