-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
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'
Metadata
Metadata
Assignees
Labels
No labels