I don´t know the reason the following instruction works well:
db.JsonIncrementNumber(Key,"$.Day.Total",1);
but when I use a double instead of an integer:
db.JsonIncrementNumber(Key,"$.Day.Total",1.1);
always yields the exception StackExchange.Redis.RedisServerException: 'ERR trailing characters at line 1 column 2'
I don´t know the reason the following instruction works well:
db.JsonIncrementNumber(Key,"$.Day.Total",1);but when I use a double instead of an integer:
db.JsonIncrementNumber(Key,"$.Day.Total",1.1);always yields the exception StackExchange.Redis.RedisServerException: 'ERR trailing characters at line 1 column 2'