Encoding keys and values using `ExperimentalByteArrayCodec` writes just the content without the protocol wrapper: `CommandArgs.addKey("one")` results in `"one"`, expected is: ``` $3\r\n one\r\n ```