Home / node / Commands / interfaces / BitEncoding @valkey/valkey-glide
@valkey/valkey-glide / Commands / BitEncoding
Interface: BitEncoding
Represents a signed or unsigned argument encoding for the bitfield or bitfieldReadOnly commands.
Methods
toArg()
toArg():
string
Returns the encoding as a string argument to be used in the bitfield or bitfieldReadOnly commands.
Returns
string
The encoding as a string argument.