In the RedisClient types, there's only a multi() function, but no MULTI().
This feels inconsistent with the rest of the commands which do have an uppercase variant.
I prefer to use the uppercase form for readability and clarity (matching Redis docs).