chg: [pibs] process old files first with -u switch

master
Gerard Wagener 2019-04-10 10:23:04 +02:00
parent ff7df8ce2a
commit 2703dec6db
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ void process_redis_list(pibs_t* pibs)
}
}
do {
reply = redisCommand(pibs->ctx,"LPOP %s", pibs->key);
reply = redisCommand(pibs->ctx,"RPOP %s", pibs->key);
if (reply) {
rtype = reply->type;
if (rtype == REDIS_REPLY_STRING ) {