I want to build a system where a master periodically updates changes to its slave, the slave is read only. How much would my read operation suffer given that redis is single threaded. I would have to entertain multiple read requests and output the results in real time.
↧