Lazy Redis is better Redis

Everybody knows Redis is single threaded. The best informed ones will tell you that, actually, Redis is kinda single threaded, since there are threads in order to perform certain slow operations on disk. So far threaded operations were so focused on I/O that our small library to perform asynchronous tasks