edgeport - v1.0.6
    Preparing search index...

    Interface RespAttributed

    The attribute slot every RespValue carries.

    1.0.6

    interface RespAttributed {
        attributes?: RespAttributes;
    }
    Index
    attributes?: RespAttributes

    Auxiliary metadata the server attached to this value with a RESP3 attribute (|).

    Attributes are not part of the reply proper - they annotate the value that follows them - so they are preserved here and otherwise ignored.