Skip to content

JsonIncrementNumberAsync #27

@mergullador

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'

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