X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/a0e7e5f516fa0317007b6267bf55d8fa535ad2f2..f4f06efccc4064fa0f7f7f16098de746fa0e5b69:/TODO diff --git a/TODO b/TODO index bdbe7974..331c560a 100644 --- a/TODO +++ b/TODO @@ -15,7 +15,6 @@ Virtual Memory sub-TODO: * Check if the page selection algorithm is working well * Divide swappability of objects by refcount * Use multiple open FDs against the VM file, one for thread. -* EXISTS should avoid loading the object if possible without making the code too specialized. * vm-min-age option * Make sure objects loaded from the VM are specially encoded when possible. * Check what happens performance-wise if instead to create threads again and again the same threads are reused forever. Note: this requires a way to disable this clients in the child, but waiting for empty new jobs queue can be enough.