suspend fun RedisClient.setBinaryAwait(key: String, value: Buffer): Unit
Set the binary string value of a key - without encoding as utf-8
key - Key of which value to set
key
value - New value for the key
value
handler - Handler for the result of this call.
handler
Return