- Set up a Redis database using Redis Cloud or locally.
- Connect to the Redis database.
- Store and retrieve data using Redis data types.
- Use the SCAN command to navigate the Redis keyspace.
In this quest, you'll learn to use Redis as an in-memory data structure store. You'll start by setting up Redis, then proceed to store and retrieve data, and finally, scan the keyspace for specific patterns. This quest will use a bicycle inventory example to illustrate how Redis operates, giving you practical experience with its basic data types.