vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / lpushxAwait

lpushxAwait

suspend fun RedisTransaction.lpushxAwait(key: String, value: String): String

Suspending version of method io.vertx.redis.RedisTransaction.lpushx

Parameters

key - Key string

value - Value to add at the beginning of the list

Return

String

NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.