suspend fun RedisTransaction.setBinaryWithOptionsAwait(key: String, value: Buffer, options: SetOptions): String
Suspending version of method io.vertx.redis.RedisTransaction.setBinaryWithOptions
key
- Key of which value to set
Return
NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.