mirror of
https://github.com/fluencelabs/redis
synced 2025-04-01 15:21:03 +00:00
TODO modified
This commit is contained in:
parent
cc1cb7e540
commit
b46251d929
1
TODO
1
TODO
@ -12,6 +12,7 @@ WARNING: are you a possible Redis contributor?
|
|||||||
DISKSTORE TODO
|
DISKSTORE TODO
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
* Fix FLUSHALL/FLUSHDB: the queue of pending reads/writes should be handled.
|
||||||
* Check that 00/00 and ff/ff exist at startup, otherwise exit with error.
|
* Check that 00/00 and ff/ff exist at startup, otherwise exit with error.
|
||||||
* 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user