vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / lpushAwait

lpushAwait

suspend fun RedisClient.lpushAwait(key: String, value: String): Long

Prepend one value to a list

Parameters

key - Key string

value - Value to be added at the beginning of the list

handler - Handler for the result of this call.

Return