redis-cli

Redis Pubsub and Message Queueing

Redis Pubsub and Message Queueing Question: My overall question is: Using Redis for PubSub, what happens to messages when publishers push messages into a channel faster than subscribers are able to read them? For example, let’s say I have: A simple publisher publishing messages at the rate of 2 msg/sec. A simple subscriber reading messages …

Total answers: 1