Hi everyone, we will be talking about Redis. What is Redis? Why do I need Redis? Where do I use Redis? Redis is an open source NoSql (Not Only SQL) database that is becoming increasingly popular, keeping data as key value. Redis supports a lot of data types(Json, XML, etc.). Redis stores all data in… Continue reading What is Redis?