Introduction
In this lab, you will learn the fundamental key-value operations in Redis. We'll use the redis-cli command-line interface to interact with the Redis server and perform basic operations like setting, getting, checking existence, deleting, and setting expiration times for keys. By the end of this lab, you'll have a solid understanding of how to use Redis as a simple data store.



