Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JsonIncrementNumberAsync #27

Open
mergullador opened this issue Jun 6, 2023 · 0 comments
Open

JsonIncrementNumberAsync #27

mergullador opened this issue Jun 6, 2023 · 0 comments

Comments

@mergullador
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant