philote
philote copied to clipboard
How is there shared context if there is no pub-sub with redis?
How does, sharing of messages / context happen when there are multiple servers handling different connections for the same channel
Excellent question! I'm afraid that the answer will be disappointing though: Philote simply doesn't have clustering capabilities at this point in time, a single node is assumed.
It's long been on my mind to implement an approach similar to that of Redis, but I haven't found the time to start working on it yet. I'll leave this issue open in case anybody wants to make suggestions on how to approach the problem - or if they want to take a stab at an implementation.
Thanks for reaching out! ❤️
Thanks a lot for the quick reply.