ruf() = ruf:ruf()
decode/3 | |
encode/4 | Redis Unified Format - Erlang Term Format
. |
decode(Input::term(), Contract::module(), VSN::undefined | string()) -> ruf() | no_return()
encode(Input::ruf(), Contract::module(), VSN::undefined | string(), Safe::boolean()) -> term() | no_return()
Redis Unified Format - Erlang Term Format
This module implements a decoder and encoder between Redis
Unified Format and Erlang Term Format.
NOTE: This module acts as bridge between Redis and Erlang
conventions for requests and responses.