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
6a814501
Unverified
Commit
6a814501
authored
Jul 13, 2020
by
Oran Agra
Committed by
GitHub
Jul 13, 2020
Browse files
RESTORE ABSTTL skip expired keys - leak (#7511)
parent
e5227aab
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cluster.c
View file @
6a814501
...
@@ -5030,6 +5030,7 @@ void restoreCommand(client *c) {
...
@@ -5030,6 +5030,7 @@ void restoreCommand(client *c) {
notifyKeyspaceEvent
(
NOTIFY_GENERIC
,
"del"
,
key
,
c
->
db
->
id
);
notifyKeyspaceEvent
(
NOTIFY_GENERIC
,
"del"
,
key
,
c
->
db
->
id
);
server
.
dirty
++
;
server
.
dirty
++
;
}
}
decrRefCount
(
obj
);
addReply
(
c
,
shared
.
ok
);
addReply
(
c
,
shared
.
ok
);
return
;
return
;
}
}
...
...
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