Hacker News new | ask | show | jobs
by tyre 797 days ago
Depends on the kind of safety you’re looking for. Redis is entirely safe from concurrency issues because it’s single-threaded. It supports an append-only file for persistence to disk.