vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / rpopAwait

rpopAwait

suspend fun RedisTransaction.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