Redis PUB / SUB: how to ignore native messages?

The idea is this: I have N WCF services that are connected and subscribe to the same Redis message channel. These services use this messaging channel to synchronize some caches and other data.

How can each service ignore its own messages? That is, how to publish everything except me?

+3


source to share





All Articles