Skip to content

Latest commit

 

History

History
84 lines (37 loc) · 1.59 KB

ruf_term.md

File metadata and controls

84 lines (37 loc) · 1.59 KB

Module ruf_term

Data Types


ruf() = ruf:ruf()

Function Index

decode/3
encode/4

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.

.

Function Details

decode/3


decode(Input::term(), Contract::module(), VSN::undefined | string()) -> ruf() | no_return()



encode/4


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.