Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
fad97fbe
Commit
fad97fbe
authored
Jan 04, 2011
by
antirez
Browse files
TODO list updated
parent
5ab7bbfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dscache.c
View file @
fad97fbe
...
@@ -73,6 +73,16 @@
...
@@ -73,6 +73,16 @@
* impossible since anyway the io_keys stuff will work as lock?
* impossible since anyway the io_keys stuff will work as lock?
*
*
* - Serialize special encoded things in a raw form.
* - Serialize special encoded things in a raw form.
*
* - When putting IO read operations on top of the queue, do this only if
* the already-on-top operation is not a save or if it is a save that
* is scheduled for later execution. If there is a save that is ready to
* fire, let's insert the load operation just before the first save that
* is scheduled for later exection for instance.
*
* - Support MULTI/EXEC transactions via a journal file, that is played on
* startup to check if there is cleanup to do. This way we can implement
* transactions with our simple file based KV store.
*/
*/
/* Virtual Memory is composed mainly of two subsystems:
/* Virtual Memory is composed mainly of two subsystems:
...
...
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