Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.

Should be able query docs with missing paths in index #66

@gkorland

Description

@gkorland
127.0.0.1:6379> json.index add inx first $.first
OK
127.0.0.1:6379> json.index add inx llast $.last
OK
127.0.0.1:6379> json.set user1 . '{"first":"Joe"}' INDEX inx
(error) ERR path does not exist
127.0.0.1:6379> json.set user1 . '{"first":"Joe", "last": "Smith"}' INDEX inx
OK

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions