vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / getBinaryAwait

getBinaryAwait

suspend fun RedisTransaction.getBinaryAwait(key: String): Buffer

Get the value of a key - without decoding as utf-8

Parameters

key - Key string

handler - Handler for the result of this call.

Return