The Redis In-memory Data Store: Messaging & Streaming
Redis is primarily an in-memory key-value store but has many additional use cases. In this course youll explore the use cases of Redis that go beyond its use as a database or cache specifically its application in messaging and streaming. Youll start by setting up communications between Redis clients using the Publish/Subscribe paradigm and the Redis CLI. Next youll learn how to set up Redis streams and retrieve data from them using the XREAD command. Finally youll use the stream data structure in Redis to record information and communicate messages to a group of consumer processes.