View Source NebulexRedisAdapter.Serializer behaviour (NebulexRedisAdapter v2.3.0)
A Serializer encodes keys and values sent to Redis, and decodes keys and values in the command output.
See Redis Strings.
Link to this section Summary
Callbacks
Decodes key
with the given opts
.
Decodes value
with the given opts
.
Encodes key
with the given opts
.
Encodes value
with the given opts
.
Link to this section Callbacks
Decodes key
with the given opts
.
Decodes value
with the given opts
.
Encodes key
with the given opts
.
Encodes value
with the given opts
.