A RESP bulk string ($).
Summary
Types
@type t() :: %Resp.Bulk{ count: non_neg_integer(), data: binary() | nil, raw: binary() | nil, type: atom() }
A RESP bulk string ($).
@type t() :: %Resp.Bulk{ count: non_neg_integer(), data: binary() | nil, raw: binary() | nil, type: atom() }