Technical requirements
To follow along with the examples in this chapter, you will need the following:
- Install Redis Stack Server 7.2 or a later version on your development environment. Alternatively, you can create a free Redis Cloud subscription to achieve a free plan and use a managed Redis Stack database.
- The dataset that will be used in the examples is a conversion of the popular MySQL World database to Redis Hashes.
- We will introduce data modeling through Hash and JSON data structures with examples that can be tested using a simple KnowledgeBase dataset.
- Find and download all the datasets from this book’s repository if you’d like to test the examples that we’ll propose in this chapter: https://github.com/PacktPublishing/Redis-Stack-for-Application-Modernization.