suspend fun RedisTransaction.lpushxAwait(key: String, value: String): String
Suspending version of method io.vertx.redis.RedisTransaction.lpushx
value
- Value to add at the beginning of the list
Return
NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.