]> git.saurik.com Git - redis.git/blobdiff - src/dscache.c
fixed a bug in diskstore
[redis.git] / src / dscache.c
index f6380703323aa96159234df6f6ad4f080a5b14ff..511425dc7e81b48bf7512b946e0641ac6d9c7701 100644 (file)
  *   data from disk that should instead be deleted.
  *
  * - dsSet() use rename(2) in order to avoid corruptions.
+ *
+ * - Don't add a LOAD if there is already a LOADINPROGRESS, or is this
+ *   impossible since anyway the io_keys stuff will work as lock?
  */
 
 /* Virtual Memory is composed mainly of two subsystems: