suspend fun RedisClient.getBinaryAwait(key: String): Buffer?
Get the value of a key - without decoding as utf-8
key - Key string
key
Return