Nebulex.Adapters.Redis.Serializer.Serializable protocol (Nebulex.Adapters.Redis v3.0.0-rc.1)
View SourceProtocol 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.