JSON.MGET

    Return the values at from multiple key arguments

    Required arguments

    key

    path

    is JSONPath to specify. Default is root $. Returns for nonexistent paths.

    Return

    JSON.MGET returns an array of bulk string replies specified as the JSON serialization of the value at each key’s path. For more information about replies, see .

    Create two JSON documents.

    Get values from all arguments in the documents.

    See also

    | JSON.GET