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

    Class UnsignedEncoding

    Represents an unsigned argument encoding.

    Implements

    Index
    • Creates an instance of UnsignedEncoding.

      Parameters

      • encodingLength: number

        The bit size of the encoding. Must be less than 64 bits long.

      Returns UnsignedEncoding

    • Returns the encoding as a string argument to be used in the bitfield or bitfieldReadOnly commands.

      Returns string

      The encoding as a string argument.