@valkey/valkey-glide
    Preparing search index...

    Additional options for JSON.ARRPOP command.

    interface JsonArrPopOptions {
        index?: number;
        path: GlideString;
    }
    Index

    Properties

    Properties

    index?: number

    The index of the element to pop. Out of boundary indexes are rounded to their respective array boundaries.

    The path within the JSON document.