vertx / io.vertx.redis / RedisTransaction / setBinary

setBinary

abstract fun setBinary(key: String, value: Buffer, handler: Handler<AsyncResult<String>>): RedisTransaction

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

handler - Handler for the result of this call.

Since
Redis 1.0.0 group: string