I have an application that I'm working on that needs to sync a timer between multiple cores (using cluster).
Is there an efficient reliable way that I can communicate between cores? I've looked at Redis, but that seems to be more geared towards client/server communication. I'd be grateful for any advice.
Thank you,