Redis primer on how it’s used as Cache, Database and Message Broker. — Redis primer on how it’s used as Cache, Database and Message Broker. Redis has become the default distributed caching framework for data-intensive processing. Core of it , its essentially a No SQL DB and to be specific its key-value store. The key- values are stored in memory- this is secret…