Summary
In this chapter, we have conducted a comprehensive review of the various techniques for installing Redis Stack, encompassing the use of binaries, native packages, and Docker. Additionally, we delved into the process of optimizing the development experience by installing RedisInsight, a GUI, alongside client libraries suitable for different programming languages. Moreover, we addressed the crucial topic of running Redis health checks in a straightforward and dependable manner. It is our expectation that after studying this chapter, you will possess a sound understanding of the procedures involved in installing Redis, and that you will be equipped with the knowledge and tools necessary for monitoring its health to ensure the smooth and uninterrupted functioning of Redis Stack.
In Chapter 4, Setting Up Client Libraries, we will focus on the developer experience by building projects for each Redis-supported client library, and we will start coding some examples using the Redis...