RedisBoost
RedisBoost copied to clipboard
MultiBulk did not handle array of array correctly.
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.
Unit test from pull request shows, that RedisReceiver in master returns Bulk instead of MultiBulk.