vertx / io.vertx.rxjava.redis / RedisClient / rxRpoplpush

rxRpoplpush

open fun rxRpoplpush(key: String, destkey: String): Single<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

Return