open fun rxRpoplpush(key: String, destkey: String): Single<String>
Remove the last element in a list, append it to another list and return it
key - Key string identifying source list
key
destkey - Key string identifying destination list
destkey
Return