Home / node / BaseClient / enumerations / Decoder @valkey/valkey-glide
@valkey/valkey-glide / BaseClient / Decoder
Enumeration: Decoder
Enum representing the different types of decoders.
Enumeration Members
Bytes
Bytes:
0
Decodes the response into a buffer array.
String
String:
1
Decodes the response into a string.