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

lpushxAwait

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

Prepend a value to a list, only if the list exists

Parameters

key - Key string

value - Value to add at the beginning of the list

handler - Handler for the result of this call.

Return