vertx / io.vertx.reactivex.redis / RedisClient / rxSetBinary

rxSetBinary

open fun rxSetBinary(key: String, value: Buffer): Completable

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