vertx / io.vertx.reactivex.redis / RedisClient / getBinary

getBinary

open fun getBinary(key: String, handler: Handler<AsyncResult<Buffer>>): RedisClient

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

Parameters

key - Key string

handler - Handler for the result of this call.

Return