Nebulex.Adapters.Redis.Serializer behaviour (Nebulex.Adapters.Redis v3.0.0-rc.1)
View SourceA Serializer encodes keys and values sent to Redis, and decodes keys and values in the command output.
See Redis Strings.
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
.
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
.