Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Redis
    • What about durability and consistency during snapshotting?
      • Is it even snapshotting?
      • If so what does it do about writes while the memory is locked?
    • Shard hash table using naive doubling strategy
      • Worth seeing how latency works out when a shard is under heavy load
      • Also, probably not a serious problem since only log requests are slow