Resp.Bulk (resp v0.1.0)

Copy Markdown View Source

A RESP bulk string ($).

Summary

Types

t()

@type t() :: %Resp.Bulk{
  count: non_neg_integer(),
  data: binary() | nil,
  raw: binary() | nil,
  type: atom()
}