Skip to content

JsonIncrementNumberAsync #27

Description

@mergullador

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'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions