Hacker News new | ask | show | jobs
by halotrope 1405 days ago
Sometimes your application has multiple instances even on the same machine. Scripting languages like Node or Python don‘t share memory. With Redis they can share state in a high-performance manner.
1 comments

Database-as-IPC makes me feel uneasy... even if it's kinda OK with Redis.