Take an array of varargs and concat them to a single Multibulk
toMultiBulk("SADD", "random", 1, 1.5, 'c') == toMultiBulk("SADD random 1 1.5 c")
See Implementation
Take an array of varargs and concat them to a single Multibulk