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