3. Redis | Rate limiting
Q1: What is redis ? Why we store data in redis intead of SQL or MongoDB ?
Redis is the in memory data structure that store data in the RAM , in the form of key value pairs. It stores data that is freq
flowwww.hashnode.dev2 min read