vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / getBinaryAwait

getBinaryAwait

suspend fun RedisClient.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