Hacker News new | ask | show | jobs
by pkulak 4754 days ago
My understanding is that being single threaded and assuming that every operation will complete very quickly is how Redis sidesteps a lot of complexity around atomicity and transactions. This is probably why swap as an option was quickly removed.