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
7cca366b
Commit
7cca366b
authored
Jan 08, 2011
by
antirez
Browse files
TODO updated
parent
b39619d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
TODO
View file @
7cca366b
...
@@ -16,11 +16,9 @@ DISKSTORE TODO
...
@@ -16,11 +16,9 @@ DISKSTORE TODO
* Implement sync flush option, where data is written synchronously on disk when a command is executed.
* Implement sync flush option, where data is written synchronously on disk when a command is executed.
* Implement MULTI/EXEC as transaction abstract API to diskstore.c, with transaction_start, transaction_end, and a journal to recover.
* Implement MULTI/EXEC as transaction abstract API to diskstore.c, with transaction_start, transaction_end, and a journal to recover.
* Stop BGSAVE thread on shutdown and any other condition where the child is killed during normal bgsave.
* Stop BGSAVE thread on shutdown and any other condition where the child is killed during normal bgsave.
* Use a mutex to log on the file, so that we don't get overlapping messages, or even better make sure to use a single write against it.
* Fix RANDOMKEY to really do something interesting
* Fix RANDOMKEY to really do something interesting
* Fix DBSIZE to really do something interesting
* Fix DBSIZE to really do something interesting
* Add a DEBUG command to check if an entry is or not in memory currently
* Add a DEBUG command to check if an entry is or not in memory currently
* Prevent io jobs from running while there is a BGSAVE thread.
REPLICATION
REPLICATION
===========
===========
...
...
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