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

    Enumeration ListDirection

    Enumeration representing element popping or adding direction for the List Based Commands.

    Index

    Enumeration Members

    Enumeration Members

    LEFT: "LEFT"

    Represents the option that elements should be popped from or added to the left side of a list.

    RIGHT: "RIGHT"

    Represents the option that elements should be popped from or added to the right side of a list.