SmartOne Logo
Nadeau Innovations has been acquired by SmartOne.ai.
Click here to learn more.

interface

Interprocess Communication with Redis

There are many methods to communicating between processes. Many methods work best when only using a single programming language, while others require custom packets and parsing.

Simplicity is key and Redis is an efficient solution. Redis is an open-source in-memory database project implementing a distributed, in-memory key-value store.