Redis.Codec.Term (Redis v0.8.0)

Copy Markdown View Source

Erlang external term format codec.

Encodes terms with :erlang.term_to_binary/1 and decodes with :erlang.binary_to_term/2 using the :safe option to prevent atom creation from untrusted data.