chg: [pibs] process old files first with -u switch
parent
ff7df8ce2a
commit
2703dec6db
|
@ -450,7 +450,7 @@ void process_redis_list(pibs_t* pibs)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
do {
|
do {
|
||||||
reply = redisCommand(pibs->ctx,"LPOP %s", pibs->key);
|
reply = redisCommand(pibs->ctx,"RPOP %s", pibs->key);
|
||||||
if (reply) {
|
if (reply) {
|
||||||
rtype = reply->type;
|
rtype = reply->type;
|
||||||
if (rtype == REDIS_REPLY_STRING ) {
|
if (rtype == REDIS_REPLY_STRING ) {
|
||||||
|
|
Loading…
Reference in New Issue