vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / setBinaryAwait

setBinaryAwait

suspend fun RedisTransaction.setBinaryAwait(key: String, value: Buffer): String

Set the binary string value of a key - without encoding as utf-8

Parameters

key - Key of which value to set

value - New value for the key

handler - Handler for the result of this call.

Return