Future<RespType> rpoplpush(String source, String destination) async { return tier0.execute([ 'RPOPLPUSH', source, destination, ]); }