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