Hacker News new | ask | show | jobs
by andrewstuart 572 days ago
Atomic operations are the baseline requirement for implementing a queue.

This is what ensures only one reader gets a message. SQLite has it, redis does not.