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