1. What is hoisting?
2. What occurs when you attempt to set a key in Redis when the memory is completely full?
3. Write a program that follows a chain of URL redirects until it reaches a URL that returns an HTTP 200 OK status code. Print all the URLs visited in the process.