I have several services in Azure and i would like to sync changes between them using some kind of pub/sub service.
I am looking into Redis and Azure Service Bus.
The data to be synced is very simple - mostly strings up to 100 characters
I would like to know what is the preferred choice for me - or if i am in the right direction..
My requirements are simple:
- Low latency - Many small operations
- optional - be able to install the solution on-premise and not in Azure