In this link , it is given that REDIS IS SINGLE THREADED. But in this link, it is given that
"the command performs the actual memory reclaiming in a different thread, so it is not blocking"
So what is the point? Will redis block a command until the previous command is completed or it is actually multi-threaded?