X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/70ecddc9f42750d77b1c6c003488b380dba1dca1..5215ab1418479ba7820ddfcf0f342305be4b7e24:/TODO?ds=sidebyside diff --git a/TODO b/TODO index d45b3504..2e55cea7 100644 --- a/TODO +++ b/TODO @@ -39,7 +39,7 @@ SCRIPTING APPEND ONLY FILE ================ -* in AOF rewirte use HMSET to rewrite small hashes instead of multiple calls +* in AOF rewrite use HMSET to rewrite small hashes instead of multiple calls to HSET. OPTIMIZATIONS @@ -75,7 +75,7 @@ KNOWN BUGS AOF is loading. * #519: Slave may have expired keys that were never read in the master (so a DEL is not sent in the replication channel) but are already expired since - a lot of time. Maybe after a given delay that is undoubltly greater than + a lot of time. Maybe after a given delay that is undoubtably greater than the replication link latency we should expire this key on the slave on access?