Nebulex.Adapters.Redis.Serializer.Serializable protocol
(Nebulex.Adapters.Redis v3.0.0)
Copy Markdown
View Source
Protocol controlling how a key/value is encoded to a string and how a string is decoded into an Elixir any().
See Redis Strings.
Summary
Types
@type t() :: term()
All the types that implement this protocol.