vertx / io.vertx.rxjava.redis / RedisTransaction / rxSetBinary

rxSetBinary

open fun rxSetBinary(key: String, value: Buffer): Single<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

Return