vertx / io.vertx.reactivex.redis / RedisClient / rxGetBinary

rxGetBinary

open fun rxGetBinary(key: String): Single<Buffer>

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

Parameters

key - Key string

Return