i implementing parser the redis network protocol.
while browsing documentation, came across following statement:
a multi bulk reply used return array of other replies. every element of multi bulk reply can of kind, including nested multi bulk reply.
however, unclear me whether or not includes status or error replies since returning status or error reply within multi-bulk reply doesn't make sense.
are there commands return multi-bulk reply includes status or error reply?
yes: transactions , lua scripts.
see errors inside transaction instance.
(note: had written response wrong because had misunderstood question.)
Comments
Post a Comment