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