suspend fun RedisClient.rpoplpushAwait(key: String, destkey: String): String
Remove the last element in a list, append it to another list and return it
key
- Key string identifying source list
destkey
- Key string identifying destination list
handler
- Handler for the result of this call.
Return