Comment on Redis explainedparentComments−halotrope4ySometimes 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.−intelVISA4yDatabase-as-IPC makes me feel uneasy... even if it's kinda OK with Redis.
Comments
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.
Database-as-IPC makes me feel uneasy... even if it's kinda OK with Redis.