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

    Class SignedEncoding

    Represents a signed argument encoding.

    Implements

    Index
    • Creates an instance of SignedEncoding.

      Parameters

      • encodingLength: number

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

      Returns SignedEncoding

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

      Returns string

      The encoding as a string argument.