A KvCodecs object contains two codecs: one for keys and one for values. These codecs are used to encode and decode keys and values before they are stored or retrieved from the KV.
Codec for Keys in the KV
Codec for Data in the KV
A KvCodecs object contains two codecs: one for keys and one for values. These codecs are used to encode and decode keys and values before they are stored or retrieved from the KV.