vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / rpoplpushAwait

rpoplpushAwait

suspend fun RedisClient.rpoplpushAwait(key: String, destkey: String): String

Remove the last element in a list, append it to another list and return it

Parameters

key - Key string identifying source list

destkey - Key string identifying destination list

handler - Handler for the result of this call.

Return