Commit bcde6378 authored by antirez's avatar antirez
Browse files

TODO updated

parent 48e46215
...@@ -31,6 +31,7 @@ APPEND ONLY FILE ...@@ -31,6 +31,7 @@ APPEND ONLY FILE
OPTIMIZATIONS OPTIMIZATIONS
============= =============
* Avoid COW due to incrementing the dict iterators counter.
* SORT: Don't copy the list into a vector when BY argument is constant. * SORT: Don't copy the list into a vector when BY argument is constant.
* Write the hash table size of every db in the dump, so that Redis can resize the hash table just one time when loading a big DB. * Write the hash table size of every db in the dump, so that Redis can resize the hash table just one time when loading a big DB.
* Read-only mode for slaves. * Read-only mode for slaves.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment