Introduction to Redis
Redis is a key-value database that has very nice features which every computer scientist love it.
Why I love Redis?
Redis give the data structure like all computer scientist learn in the school such as Set, sorted set, List, and Hash. So you don’t need to think in SQL anymore.
Redis is very fast it can gives [...]
