vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / lpopAwait

lpopAwait

suspend fun RedisClient.lpopAwait(key: String): String?

Remove and get the first element in a list

Parameters

key - String key

handler - Handler for the result of this call.

Return