Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
9702c92c
Commit
9702c92c
authored
Jul 15, 2011
by
antirez
Browse files
Fixed another merge typo
parent
3fee7e30
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/db.c
View file @
9702c92c
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment