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
8231b1ef
Commit
8231b1ef
authored
Apr 13, 2011
by
antirez
Browse files
TODO updated
parent
9d89e99c
Changes
1
Hide whitespace changes
Inline
Side-by-side
TODO
View file @
8231b1ef
...
@@ -54,6 +54,11 @@ KNOWN BUGS
...
@@ -54,6 +54,11 @@ KNOWN BUGS
What happens if between 1 and 2 for some reason (system under huge load
What happens if between 1 and 2 for some reason (system under huge load
or alike) too many time passes? We should prevent expires while the
or alike) too many time passes? We should prevent expires while the
AOF is loading.
AOF is loading.
* #519: Slave may have expired keys that were never read in the master (so a DEL
is not sent in the replication channel) but are already expired since
a lot of time. Maybe after a given delay that is undoubltly greater than
the replication link latency we should expire this key on the slave on
access?
DISKSTORE TODO
DISKSTORE TODO
==============
==============
...
...
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