I have implemented publisher-subscriber method for interprocess communication using Redis and ZeroMQ. What parameters should I consider to compare the performance of Redis and ZeroMQ?
I have read the answer given here - zmq vs redis for pub-sub pattern - but I want to test performance on my own machine and write my own methods to compare their performance.