Skip to content

Commit

Permalink
Fixed another merge typo
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Jul 15, 2011
1 parent 3fee7e3 commit 9702c92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/db.c
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,6 @@ void expireGenericCommand(redisClient *c, robj *key, robj *param, long offset) {
addReply(c,shared.czero);
return;
}
if (seconds <= 0 && !server.loading) {
/* EXPIRE with negative TTL, or EXPIREAT with a timestamp into the past
* should never be executed as a DEL when load the AOF or in the context
* of a slave instance.
Expand Down

0 comments on commit 9702c92

Please sign in to comment.