open fun setBinaryWithOptions(key: String, value: Buffer, options: SetOptions, handler: Handler<AsyncResult<String>>): RedisTransaction
Set the string value of a key
key - Key of which value to set
handler - Handler for the result of this call.
Return