RedisBoost icon indicating copy to clipboard operation
RedisBoost copied to clipboard

MultiBulk did not handle array of array correctly.

Open igor-brylin opened this issue 6 years ago • 1 comments

If i started a transaction block with MULTI statement and call, for example, SMEMBERS in subsquent command, after transaction execution (EXEC) in MultiBulk result i got incorrect result for corresponding SMEMBERS command - IMMSMC i got single element instead of array.

igor-brylin avatar Jul 07 '18 11:07 igor-brylin

image Unit test from pull request shows, that RedisReceiver in master returns Bulk instead of MultiBulk.

igor-brylin avatar Jul 07 '18 12:07 igor-brylin