vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / rpopAwait

rpopAwait

suspend fun RedisClient.rpopAwait(key: String): String

Remove and get the last element in a list

Parameters

key - Key string

handler - Handler for the result of this call.

Return